Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Swung0x48/BallanceMMO
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenapte committed Feb 4, 2024
2 parents 10d62d0 + 121fcce commit 4c27d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
$BOOST_VER_UNDERSCORES = "${{env.BOOST_VER}}".Replace('.', '_')
curl -o boost.tar.gz -L "https://boostorg.jfrog.io/artifactory/main/release/${{env.BOOST_VER}}/source/boost_$BOOST_VER_UNDERSCORES.tar.gz"
tar -xzf boost.tar.gz boost_$BOOST_VER_UNDERSCORES/boost
New-Item -ItemType Junction -Path include/boost -Target boost_$BOOST_VER_UNDERSCORES/boost
New-Item -ItemType Junction -Path include/boost -Target (Get-Item boost_$BOOST_VER_UNDERSCORES/boost).FullName
# Setup MSVC command prompt environment vars
- uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 4c27d9f

Please sign in to comment.