Skip to content

Commit

Permalink
Fix the Linux ARM64 build (#9359)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz authored Dec 21, 2024
1 parent c12e38d commit ca05b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
release_name: Ubuntu ARM64 (Linux) build with SDL2 (latest commit)
release_tag: fheroes2-linux-arm-sdl2_dev
- name: Linux ARM64 SDL2 Debug
os: ubuntu-latest
os: ubuntu-22.04
dependencies: gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libsdl2-dev:arm64 libsdl2-mixer-dev:arm64 libsdl2-image-dev:arm64 libpng-dev:arm64 gettext
env:
FHEROES2_STRICT_COMPILATION: ON
Expand Down

0 comments on commit ca05b7a

Please sign in to comment.