diff --git a/.github/workflows/amd64_windows.yml b/.github/workflows/amd64_windows.yml index e55834d9..56232d44 100644 --- a/.github/workflows/amd64_windows.yml +++ b/.github/workflows/amd64_windows.yml @@ -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