Skip to content

Commit

Permalink
ci: fix arm64_macos job
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 18, 2024
1 parent de923a0 commit 57de90e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/arm64_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
- uses: actions/checkout@v4
- name: Check cmake
run: cmake --version
- name: Install CoinUtils
run: >
cd /tmp
&& git clone -b stable/2.11 https://github.com/Mizux/CoinUtils.git
&& cd CoinUtils
&& cmake -S. -Bbuild
&& cmake --build build --config Release
&& sudo cmake --build build --config Release --target install
&& cd ..
&& rm -rf CoinUtils
- name: Configure
run: >
cmake -S. -Bbuild
Expand Down

0 comments on commit 57de90e

Please sign in to comment.