Skip to content

Commit

Permalink
Cmake issue with msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Aug 17, 2024
1 parent f94335c commit 5573994
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ jobs:

- name: Dump diagnostics
run: |
echo "---------------------------------"
cat build.ninja
echo "---------------------------------"
cd ~/build
echo "---------------------------------"
cat build.ninja
echo "---------------------------------"
- name: Run Unit Tests
run: |
Expand Down

0 comments on commit 5573994

Please sign in to comment.