diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-04-09 00:22:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-09 00:22:35 +0200 |
commit | 46cb69fab02f9fd8fd61a91dd9a9c740cc17053a (patch) | |
tree | 00c8ee2eedb751a827e80eaf4208f6396dd9063e /.github | |
parent | db60034515ee69111ebd3d880641b57bc26c0b15 (diff) |
CI: Update boost install action for windows workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/win-x64-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/win-x64-build.yml b/.github/workflows/win-x64-build.yml index eae7d689836..87440fb7547 100644 --- a/.github/workflows/win-x64-build.yml +++ b/.github/workflows/win-x64-build.yml @@ -56,7 +56,7 @@ jobs: & ${{ env.OPENSSL_ROOT_DIR }}/bin/openssl.exe version - name: Download and install Boost - uses: MarkusJx/install-boost@v2.4.5 + uses: MarkusJx/install-boost@v2 id: install-boost with: boost_version: 1.84.0 |