mirror of
https://github.com/pdewacht/brlaser
synced 2024-12-27 07:48:21 +01:00
Fix GitHub Actions script
This commit is contained in:
parent
bf02b1d7b7
commit
b58a014a51
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Add repository
|
- name: Add repository
|
||||||
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake .
|
run: cmake .
|
||||||
- name: Make
|
- name: Make
|
||||||
@ -25,6 +26,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
compiler: [ clang++, gcc++ ]
|
compiler: [ clang++, gcc++ ]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake .
|
run: cmake .
|
||||||
- name: Make
|
- name: Make
|
||||||
|
Loading…
Reference in New Issue
Block a user