Skip to content

Commit 7c3f31b

Browse files
Fix CI
1 parent e58b442 commit 7c3f31b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10+
- name: Install clib
11+
run: |
12+
sudo apt-get update
13+
sudo apt-get install libcurl4-gnutls-dev valgrind -qq
14+
git clone https://github.com/clibs/clib.git /tmp/clib
15+
sudo make -C /tmp/clib install
16+
- run: clib install
1017
- run: make example
1118
- run: ./example

0 commit comments

Comments
 (0)