Skip to content

Commit

Permalink
ci: windows fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 18, 2024
1 parent 10ba9e0 commit de923a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/amd64_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
cmake -G || true
- name: Install CoinUtils
run: >
cd /tmp
&& git clone -b stable/2.11 https://github.com/Mizux/CoinUtils.git
git clone -b stable/2.11 https://github.com/Mizux/CoinUtils.git
&& cd CoinUtils
&& cmake -S. -Bbuild
&& cmake --build build --config Release
Expand Down

0 comments on commit de923a0

Please sign in to comment.