Skip to content

Commit

Permalink
build: fix mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Sep 20, 2024
1 parent 2799fed commit 4ae7cec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/job_build_game_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ jobs:
${{ env.FFMPEG_INSTALL_TMP_X86_64 }}
${{ env.FFMPEG_INSTALL_TMP_UNIVERSAL }}
- name: Setup CA
run: |
sudo port -N install apple-pki-bundle curl-ca-bundle
- name: Build arm64 and create app bundle
run: |
BUILD_DIR=build-arm64
Expand Down

0 comments on commit 4ae7cec

Please sign in to comment.