Skip to content

Commit

Permalink
tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek authored Oct 13, 2023
1 parent e57be1e commit d1bf2bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
- name: Run examples
shell: bash
run: |
sudo apt install valgrind
sudo apt-get update
sudo apt install --fix-missing valgrind
cd project
nimble --accept develop
nimble --accept install "https://github.com/disruptek/balls"
Expand Down

0 comments on commit d1bf2bf

Please sign in to comment.