Skip to content

Commit

Permalink
Use gcc-12 on Ubuntu instead
Browse files Browse the repository at this point in the history
This should fix the odd build error
  • Loading branch information
sharkwouter authored Dec 12, 2023
1 parent 292ce53 commit 3ac8481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
if: matrix.os[0] == 'ubuntu-latest'
run: |
sudo apt-get -y install libarchive-dev libcurl4 libcurl4-openssl-dev libssl-dev libarchive-dev libgpgme-dev \
gettext texinfo bison flex libncurses5-dev libgmp3-dev libmpfr-dev libmpc-dev
gettext texinfo bison flex libncurses5-dev gcc-12
echo "MSYSTEM=x64" >> $GITHUB_ENV
- name: Install Dependencies Mac
Expand Down

0 comments on commit 3ac8481

Please sign in to comment.