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 3dba82a commit b6c5856Copy full SHA for b6c5856
.github/workflows/build.yml
@@ -49,7 +49,7 @@ 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 << EOF
+ 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