Skip to content

Commit

Permalink
Fix build macos action
Browse files Browse the repository at this point in the history
  • Loading branch information
adragnevVW committed Oct 24, 2024
1 parent a9e3a15 commit 80fbe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
run: |
mkdir xerces-c
cd xerces-c
curl -o xerces-c.zip https://dlcdn.apache.org/xerces/c/3/sources/xerces-c-3.2.5.zip
curl -o xerces-c.zip https://dlcdn.apache.org/xerces/c/3/sources/xerces-c-3.3.0.zip
tar -xf xerces-c.zip --strip-components=1
- name: Xerces-C - build arm64
Expand Down

0 comments on commit 80fbe04

Please sign in to comment.