Skip to content

Commit

Permalink
Use Octave's default compiler and flags for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Jan 25, 2024
1 parent 035af0c commit adc2b9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:
- name: test stand-alone executable
run: |
unset CC
unset CXX
cd examples/code
mkoctfile --link-stand-alone embedded.cc -o embedded
LD_LIBRARY_PATH="/usr/local/lib/octave/$(octave --eval "disp(version())")" \
Expand Down

0 comments on commit adc2b9e

Please sign in to comment.