Skip to content

Commit

Permalink
fix: 💚 force build openssl for x86 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Xminent committed Oct 26, 2023
1 parent ce0d498 commit aa92d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Configure CMake (x86)
if: ${{ matrix.arch == 'x86' }}
run: cmake -S . -B build -G "Visual Studio ${{ matrix.vs.version }} ${{ matrix.vs.name }}" -A Win32 -T host=x86
run: cmake -S . -B build -D net_FORCE_BUILD_OPENSSL=ON -G "Visual Studio ${{ matrix.vs.version }} ${{ matrix.vs.name }}" -A Win32 -T host=x86

- name: Build
run: cmake --build build --config ${{ matrix.config }}
Expand Down

0 comments on commit aa92d8e

Please sign in to comment.