Skip to content

Commit

Permalink
Try both windows and unix, to see more about this error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fyellin committed Dec 7, 2023
1 parent 15cb2e9 commit e40795a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [windows-latest]
python-version: ['3.10' ]
fail-fast: false
steps:
Expand Down Expand Up @@ -78,5 +78,5 @@ jobs:
- name: Mess up badly
run: |
ls -l cspice/
cc -I cspice/Windows-arm64/include/ main.c cspice/Windows-arm64/src/*.c -o main
cl.exe -I cspice/Windows-x86_64/include/ main.c cspice/Windows-x86_64/src/*.c -o main
./main

0 comments on commit e40795a

Please sign in to comment.