Skip to content

Commit

Permalink
ci: Try to fix CoinUtils install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 18, 2024
1 parent efee382 commit 10ba9e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/amd64_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
&& git clone -b stable/2.11 https://github.com/Mizux/CoinUtils.git
&& cd CoinUtils
&& cmake -S. -Bbuild
&& cmake --build build --config Release --target install
&& cmake --build build --config Release
&& sudo cmake --build build --config Release --target install
&& cd ..
&& rm -rf CoinUtils
- name: Configure
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/amd64_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
&& git clone -b stable/2.11 https://github.com/Mizux/CoinUtils.git
&& cd CoinUtils
&& cmake -S. -Bbuild
&& cmake --build build --config Release --target install
&& cmake --build build --config Release
&& sudo cmake --build build --config Release --target install
&& cd ..
&& rm -rf CoinUtils
- name: Configure
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/amd64_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
&& git clone -b stable/2.11 https://github.com/Mizux/CoinUtils.git
&& cd CoinUtils
&& cmake -S. -Bbuild
&& cmake --build build --config Release --target install
&& cmake --build build --config Release
&& sudo cmake --build build --config Release --target install
&& cd ..
&& rm -rf CoinUtils
- name: Configure
Expand Down

0 comments on commit 10ba9e0

Please sign in to comment.