Skip to content

Commit

Permalink
Update boost
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium authored Nov 8, 2023
1 parent dec6ca3 commit f05e8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_TOOLSET: "msvc"
BOOST_VERSION: "1.79.0"
BOOST_VERSION: "1.83.0"
BOOST_INSTALL_DIR: "${{github.workspace}}/bin"

jobs:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

- if: steps.cache-boost.outputs.cache-hit != 'true'
name: Install boost
uses: MarkusJx/install-boost@v2.3.0
uses: MarkusJx/install-boost@v2.4.4
id: install-boost
with:
# REQUIRED: Specify the required boost version
Expand Down

0 comments on commit f05e8bd

Please sign in to comment.