mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-15 17:31:56 +00:00
test: use cmake from distributive
This commit is contained in:
committed by
Evgeniy Dushistov
parent
e24722b8fc
commit
6eaebaaa2f
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -25,11 +25,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: jwlawson/actions-setup-cmake@v1.4
|
|
||||||
if: matrix.os != 'ubuntu-latest'
|
|
||||||
with:
|
|
||||||
cmake-version: '3.5.1'
|
|
||||||
github-api-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: Check versions
|
- name: Check versions
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
@@ -39,7 +34,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
|
packages: libglib2.0-dev cmake
|
||||||
version: 1.0
|
version: 1.0
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user