Skip to content

Commit

Permalink
ci: try to fix windows debug Job
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Dec 6, 2024
1 parent 51c86c5 commit 8de36f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd64_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
git clone -b stable/2.11 --depth=1 https://github.com/Mizux/CoinUtils.git
&& cd CoinUtils
&& cmake -S. -Bbuild
&& cmake --build build --config Release
&& cmake --build build --config Release --target install
&& cmake --build build --config ${{ matrix.cmake.config }}
&& cmake --build build --config ${{ matrix.cmake.config }} --target install
&& cd ..
&& Remove-Item CoinUtils -Recurse -Include *.*
- name: Configure
Expand Down

0 comments on commit 8de36f4

Please sign in to comment.