Skip to content

Commit 5fb1dbd

Browse files
committed
Put XSREF_TABLES_PATH in right spot
1 parent f407e40 commit 5fb1dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
5050
- name: Install Catch2
5151
run: |
52+
export XSREF_TABLES_PATH="./xsref/tables"
5253
cmake -Bbuild -H. -DBUILD_TESTING=OFF
5354
sudo cmake --build build/ --target install
5455
working-directory: ./Catch2
@@ -60,5 +61,4 @@ jobs:
6061
6162
- name: run tests
6263
run: |
63-
export XSREF_TABLES_PATH="xsref/tables"
6464
ctest --output-on-failure

0 commit comments

Comments
 (0)