Skip to content

Commit 3d2ef59

Browse files
committed
fix
1 parent a32b4e9 commit 3d2ef59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
just init
2727
- name: Build project
2828
run: |
29-
just build
29+
CXX=${{matrix.cxx}} just build
3030
- name: Run unit tests
3131
run: |
32-
just run_unit_tests
32+
CXX=${{matrix.cxx}} just run_unit_tests
3333
- name: Run compliance tests
3434
if: ${{ matrix.cxx == 'clang++-18' }}
3535
run: |
36-
just run_compliance_tests
36+
CXX=${{matrix.cxx}} just run_compliance_tests

0 commit comments

Comments
 (0)