Skip to content

Commit

Permalink
Still more workflow fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceneNerd committed Aug 29, 2024
1 parent ffe035c commit 45b9167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: ${{ matrix.install_dist }}
- name: Install packages (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get remove gcc-9 && sudo apt-get install cmake gcc-10 libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libgtk-3-dev
run: sudo apt-get update && sudo apt-get remove gcc-9 && sudo apt-get install cmake gcc-10 g++-10 libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libgtk-3-dev
- name: Install NASM (Windows)
if: runner.os == 'Windows'
uses: ilammy/setup-nasm@v1
Expand Down

0 comments on commit 45b9167

Please sign in to comment.