mirror of
https://github.com/pdewacht/brlaser
synced 2024-12-26 07:28:21 +01:00
Github Actions: checkout@v3
This commit is contained in:
parent
e52db5ba46
commit
73b996a049
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
||||
- name: Install packages
|
||||
run: sudo apt install libcups2-dev
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Configure
|
||||
run: cmake .
|
||||
- name: Make
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
matrix:
|
||||
compiler: [ clang++, gcc++ ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Configure
|
||||
run: cmake .
|
||||
- name: Make
|
||||
|
Loading…
Reference in New Issue
Block a user