Skip to content

Commit bd4a3d4

Browse files
committed
Go back
1 parent 530e5f7 commit bd4a3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-cpp-interface.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ jobs:
7979
apt install -y libboost-dev libtbb-dev libomp-dev
8080
8181
- name: Compile tests
82-
working-directory: ${{ GITHUB_WORKSPACE }}/tests
82+
working-directory: ${{ github.workspace }}/tests
8383
run: |
8484
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=${{ matrix.compiler }}
8585
cmake --build build --parallel
8686
8787
- name: Run tests
88-
working-directory: ${{ GITHUB_WORKSPACE }}/tests
88+
working-directory: ${{ github.workspace }}/tests
8989
run: |
9090
echo "Running serial backend"
9191
./build/serial.out

0 commit comments

Comments
 (0)