Skip to content

Commit

Permalink
Update build_msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 authored Apr 23, 2024
1 parent 292b3d3 commit 334d1e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ jobs:
run: |
cmake --build build --config Debug --verbose
cd build
dir /s
dir /s /b
ls -R
cd ..
- name: Build Release
run: |
cmake --build build --config Release --verbose
cd build
dir /s
dir /s /b
ls -R
cd ..
# - name: Run Release tests
# run: |
Expand Down

0 comments on commit 334d1e3

Please sign in to comment.