Skip to content

Commit

Permalink
use full path
Browse files Browse the repository at this point in the history
  • Loading branch information
ofmla authored Feb 26, 2024
1 parent 54092ee commit 50fe367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo cmake --install build
- name: Run C examples
run: |
cd examples/C_API
cd SPERR/examples/C_API
ln -s ../../test_data .
gcc -g -O3 2d.c -o 2d.out -lSPERR
gcc -g -O3 3d.c -o 3d.out -lSPERR
Expand Down

0 comments on commit 50fe367

Please sign in to comment.