mirror of
https://github.com/pdewacht/brlaser
synced 2024-12-26 07:28: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:
|
||||
- name: Add repository
|
||||
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
||||
- uses: actions/checkout@v2
|
||||
- name: Configure
|
||||
run: cmake .
|
||||
- name: Make
|
||||
@ -25,6 +26,7 @@ jobs:
|
||||
matrix:
|
||||
compiler: [ clang++, gcc++ ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Configure
|
||||
run: cmake .
|
||||
- name: Make
|
||||
|
Loading…
Reference in New Issue
Block a user