Skip to content

Commit b6c5856

Browse files
committed
build: fix again
1 parent 3dba82a commit b6c5856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
sudo apt update
5151
sudo apt -y install valgrind
52-
sudo echo "8 37" | xargs apt -y install libglib2.0-dev << EOF
52+
sudo echo "8 37" | xargs apt -y install libglib2.0-dev
5353
- name: "Basic build and test"
5454
run: |
5555
make DEBUG=yes

0 commit comments

Comments
 (0)