mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
test: make sure cmake 3.10 works
This commit is contained in:
committed by
Evgeniy Dushistov
parent
6eaebaaa2f
commit
3a4b76124c
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -25,6 +25,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
- uses: jwlawson/actions-setup-cmake@v2
|
||||||
|
with:
|
||||||
|
cmake-version: '3.10'
|
||||||
|
github-api-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Check versions
|
- name: Check versions
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
@@ -34,7 +38,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@v1
|
- uses: awalsh128/cache-apt-pkgs-action@v1
|
||||||
with:
|
with:
|
||||||
packages: libglib2.0-dev cmake
|
packages: libglib2.0-dev
|
||||||
version: 1.0
|
version: 1.0
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user