Browse Source

Github Actions: checkout@v3

master
Peter De Wachter 3 years ago
parent
commit
73b996a049
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -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…
Cancel
Save