Skip to content

Commit

Permalink
Added github workflows MSVC Support (attempt 4 - Missing test and pack)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-michelis committed Nov 21, 2024
1 parent 7cbfc34 commit 0d26a91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ jobs:
cmake --build . --target ALL_BUILD
- name: make release
run: |
mkdir build
mkdir build\\release
cd build\\release
cmake ..\\.. -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE="Release"
Expand Down

0 comments on commit 0d26a91

Please sign in to comment.