Skip to content

Commit

Permalink
Update cmangos-tbc-manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar authored Mar 4, 2025
1 parent 375990c commit 8e4063d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmangos-tbc-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_TOOLSET: "msvc"
BOOST_VERSION: "1.78.0"
BOOST_VERSION: "1.86.0"
BOOST_INSTALL_DIR: "${{github.workspace}}/bin"
ARCHIVE_FILENAME: "cmangos-tbc.zip"

Expand All @@ -45,7 +45,7 @@ jobs:
cmake -E make_directory ${{ env.BUILD_DIR }}
# install dependencies
- name: Cache Windows boost
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-boost
with:
path: "${{env.BOOST_INSTALL_DIR}}/boost"
Expand Down

0 comments on commit 8e4063d

Please sign in to comment.