Skip to content

Commit

Permalink
ci: fix macOS workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflorist committed Jan 19, 2025
1 parent 9773140 commit 01a61a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-arm64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Test executable
run: |
brew uninstall --force --ignore-dependencies argtable sdl2 dumb libogg flac libpng freetype libvorbis ca-certificates openssl@3 opus opusfile physfs theora giflib jpeg-turbo xz lz4 zstd libtiff webp pcre2 gettext glib lame mpg123 libsndfile portaudio readline allegro fluid-synth mad enet
cd dist-macos-app/Dune Dynasty.app/Contents/MacOS
cd dist-macos-app/"Dune Dynasty.app"/Contents/MacOS
./dunedynasty | grep "data directory"
- name: Zip dist folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-x86-64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Test executable
run: |
brew uninstall --force --ignore-dependencies argtable sdl2 dumb libogg flac libpng freetype libvorbis ca-certificates openssl@3 opus opusfile physfs theora giflib jpeg-turbo xz lz4 zstd libtiff webp pcre2 gettext glib lame mpg123 libsndfile portaudio readline allegro fluid-synth mad enet
cd dist-macos-app/Dune Dynasty.app/Contents/MacOS
cd dist-macos-app/"Dune Dynasty.app"/Contents/MacOS
./dunedynasty | grep "data directory"
- name: Zip dist folder
Expand Down

0 comments on commit 01a61a0

Please sign in to comment.