mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-15 09:21:55 +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
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- uses: jwlawson/actions-setup-cmake@v2
|
||||
with:
|
||||
cmake-version: '3.10'
|
||||
github-api-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Check versions
|
||||
run: |
|
||||
set -e
|
||||
@@ -34,7 +38,7 @@ jobs:
|
||||
shell: bash
|
||||
- uses: awalsh128/cache-apt-pkgs-action@v1
|
||||
with:
|
||||
packages: libglib2.0-dev cmake
|
||||
packages: libglib2.0-dev
|
||||
version: 1.0
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user