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
|
||||
echo "end of versions checking"
|
||||
shell: bash
|
||||
- uses: awalsh128/cache-apt-pkgs-action@v1
|
||||
with:
|
||||
packages: libglib2.0-dev
|
||||
version: 1.0
|
||||
- name: Run tests
|
||||
run: |
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user