Skip to content

Commit

Permalink
Update boost and OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Mar 25, 2024
1 parent 72d3ce1 commit c8eb6fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: windows-latest
env:
PREMAKE5_URL: https://github.com/danielga/garrysmod_common/releases/download/premake-build%2F5.0.0-beta2/premake-5.0.0-beta2-windows.zip
OPENSSL_URL: https://download.firedaemon.com/FireDaemon-OpenSSL/openssl-3.1.1.zip
BOOST32_URL: https://downloads.sourceforge.net/project/boost/boost-binaries/1.82.0/boost_1_82_0-msvc-14.3-32.exe
BOOST64_URL: https://downloads.sourceforge.net/project/boost/boost-binaries/1.82.0/boost_1_82_0-msvc-14.3-64.exe
OPENSSL_URL: https://download.firedaemon.com/FireDaemon-OpenSSL/openssl-3.2.1.zip
BOOST32_URL: https://downloads.sourceforge.net/project/boost/boost-binaries/1.84.0/boost_1_84_0-msvc-14.3-32.exe
BOOST64_URL: https://downloads.sourceforge.net/project/boost/boost-binaries/1.84.0/boost_1_84_0-msvc-14.3-64.exe
steps:
- uses: actions/checkout@v4
- name: Add msbuild to PATH
Expand Down

0 comments on commit c8eb6fe

Please sign in to comment.