We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c5856 commit a98e431Copy full SHA for a98e431
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
prepare:
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
13
timeout-minutes: 10
14
steps:
15
# we block concurrent executions because of concurrency issues
@@ -32,7 +32,7 @@ jobs:
32
cache: true
33
tags: "temporary"
34
build:
35
36
needs: prepare
37
38
- name: checkout repository
@@ -49,7 +49,6 @@ jobs:
49
run: |
50
sudo apt update
51
sudo apt -y install valgrind
52
- sudo echo "8 37" | xargs apt -y install libglib2.0-dev
53
- name: "Basic build and test"
54
55
make DEBUG=yes
0 commit comments