diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-04-09 00:22:35 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-04-12 14:02:48 +0200 |
commit | 489394964bf43d3d77a10d9b2733d7f11380030f (patch) | |
tree | ee7f6542753900c30bbed3ea12e3bdff814a4b89 /.github | |
parent | 4a138f363b6968bb2225bc32339f292618451522 (diff) |
CI: Update boost install action for windows workflow
(cherry picked from commit 46cb69fab02f9fd8fd61a91dd9a9c740cc17053a)
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 5f63fd1b266..a9e11e4416f 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 |