mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-15 17:31:56 +00:00
test: install missed libglib2.0-dev on CI machine
This commit is contained in:
committed by
Evgeniy Dushistov
parent
5887505185
commit
3a8ab1d5c3
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -37,6 +37,10 @@ jobs:
|
|||||||
gcc --version
|
gcc --version
|
||||||
echo "end of versions checking"
|
echo "end of versions checking"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- uses: awalsh128/cache-apt-pkgs-action@v1
|
||||||
|
with:
|
||||||
|
packages: libglib2.0-dev
|
||||||
|
version: 1.0
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user