mirror of
https://github.com/pdewacht/brlaser
synced 2025-07-21 16:19:46 +02:00
Fix syntax
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Make
|
- name: Make
|
||||||
run: make
|
run: make
|
||||||
env:
|
env:
|
||||||
CXX: {{ matrix.compiler }}
|
CXX: ${{ matrix.compiler }}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make check
|
run: make check
|
||||||
macos:
|
macos:
|
||||||
@ -30,6 +30,6 @@ jobs:
|
|||||||
- name: Make
|
- name: Make
|
||||||
run: make
|
run: make
|
||||||
env:
|
env:
|
||||||
CXX: {{ matrix.compiler }}
|
CXX: ${{ matrix.compiler }}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make check
|
run: make check
|
||||||
|
Reference in New Issue
Block a user