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 28f5396 commit a5144e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MSVC6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ 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
CMAKE_C_COMPILER: ./MSVC6/MSVC600/VC98/Bin/CL.EXE
CMAKE_CXX_COMPILER: ./MSVC6/MSVC600/VC98/Bin/CL.EXE
id: 'configure'
with:
mode: configure
Expand Down

0 comments on commit a5144e8

Please sign in to comment.