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 9290a72 commit 042c1ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
python setup.py build_clib
- name: Mess up badly
run: |
ls -l cspice/
cc -I cspice/Darwin-arm64/include/ main.c cspice/Darwin-arm64/src/*.c -o main
cc -I cspice/Windows-arm64/include/ main.c cspice/Windows-arm64/src/*.c -o main
./main

0 comments on commit 042c1ef

Please sign in to comment.