Skip to content

Commit

Permalink
Corrected script that is used for the MacOS arm64 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed May 18, 2024
1 parent 0eb34a3 commit e229605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: build/macos-x64/install.dependencies.sh
run: build/macos-arm64/install.dependencies.sh

- name: Install Magick.Native
run: 'build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" macos arm64'
Expand Down

0 comments on commit e229605

Please sign in to comment.