1
0
mirror of https://github.com/pdewacht/brlaser synced 2025-04-05 20:36:44 +02:00

Fix syntax

This commit is contained in:
Evan Miller 2021-05-31 16:23:12 -04:00
parent 9546acc17c
commit bf02b1d7b7

View File

@ -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