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 a5144e8 commit a4f8d15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/MSVC6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:

- name: ⚙️ run-cmake (configure)
uses: cmake-tools/run-cmake@v0-alpha
env:
CMAKE_C_COMPILER: ./MSVC6/MSVC600/VC98/Bin/CL.EXE
CMAKE_CXX_COMPILER: ./MSVC6/MSVC600/VC98/Bin/CL.EXE
id: 'configure'
with:
mode: configure
Expand All @@ -54,6 +51,8 @@ jobs:
binary_dir: ${{ env.CMAKE_BINARY_PREFIX }}
variables: |
CMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }}
CMAKE_C_COMPILER: ./MSVC6/MSVC600/VC98/Bin/CL.EXE
CMAKE_CXX_COMPILER: ./MSVC6/MSVC600/VC98/Bin/CL.EXE
- name: 🛠️ run-cmake (build)
uses: cmake-tools/run-cmake@v0-alpha
Expand Down

0 comments on commit a4f8d15

Please sign in to comment.