Skip to content

Commit 4f76610

Browse files
committed
Add XSREF_TABLES_PATH as environment variable
1 parent 5fb1dbd commit 4f76610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
gcc_x86_64_linux:
1818
name: GCC X86_64 Linux
1919
runs-on: ubuntu-22.04
20+
env:
21+
XSREF_TABLES_PATH: "${{ github.workspace }}/xsref/tables"
2022

2123
steps:
2224
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -49,7 +51,6 @@ jobs:
4951
5052
- name: Install Catch2
5153
run: |
52-
export XSREF_TABLES_PATH="./xsref/tables"
5354
cmake -Bbuild -H. -DBUILD_TESTING=OFF
5455
sudo cmake --build build/ --target install
5556
working-directory: ./Catch2

0 commit comments

Comments
 (0)