Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson committed Jun 25, 2024
1 parent e58b442 commit 7c3f31b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install clib
run: |
sudo apt-get update
sudo apt-get install libcurl4-gnutls-dev valgrind -qq
git clone https://github.com/clibs/clib.git /tmp/clib
sudo make -C /tmp/clib install
- run: clib install
- run: make example
- run: ./example

0 comments on commit 7c3f31b

Please sign in to comment.