Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Jul 19, 2024
1 parent 291c8cf commit 28f5396
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/MSVC6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
path: './MSVC6'

- name: Setup MSVC6.0
env:
CC: ./MSVC6/MSVC600/VC98/Bin/CL.EXE
CXX: ./MSVC6/MSVC600/VC98/Bin/CL.EXE

run: ./MSVC6/VC98/bin/VCVARS32.bat

- name: ⬇️ Setup CMake
Expand All @@ -46,6 +42,9 @@ jobs:

- name: ⚙️ run-cmake (configure)
uses: cmake-tools/run-cmake@v0-alpha
env:
CC: ./MSVC6/MSVC600/VC98/Bin/CL.EXE
CXX: ./MSVC6/MSVC600/VC98/Bin/CL.EXE
id: 'configure'
with:
mode: configure
Expand Down

0 comments on commit 28f5396

Please sign in to comment.