Skip to content

Commit

Permalink
fix conda test
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Aug 5, 2023
1 parent 4c0d463 commit 0160e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Compile Test Program
shell: bash -l {0}
run: g++ --std=c++17 .test/install/test.cpp -o test
run: g++ --std=c++17 -I$CONDA_PREFIX/include .test/install/test.cpp -o test

- name: Execute Test Program
shell: bash -l {0}
Expand Down

0 comments on commit 0160e5e

Please sign in to comment.