Skip to content

Commit

Permalink
fixup! GHA: Bump Ubuntu runner to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Oct 14, 2024
1 parent 362a59b commit 4be7c71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Linux setup
- name: Prepare for i386
if: matrix.host == 'i686-w64-mingw32'
run: |
sudo dpkg --add-architecture i386
- name: Linux setup
run: |
sudo apt-get update
sudo apt-get install \
gcc-mingw-w64 \
Expand Down

0 comments on commit 4be7c71

Please sign in to comment.