Skip to content

Commit

Permalink
fix: oa64-clangのコピーを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cffnpwr committed Jun 26, 2024
1 parent f641406 commit 12fd0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
git clone https://github.com/tpoechtrager/osxcross.git .
curl -fOL --output-dir ~/osxcross/tarballs/ ${{ vars.MACOS_SDK_URL }}
UNATTENDED=1 ./build.sh
sudo cp -r ~/osxcross/target/* /usr/local/
sudo ldconfig
fi
sudo cp -r ~/osxcross/target/* /usr/local/
sudo ldconfig
- name: Move config
run: |
Expand Down

0 comments on commit 12fd0fb

Please sign in to comment.