Skip to content

Commit

Permalink
Fix Bisect bot (#22703)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco committed Sep 14, 2023
1 parent 38b5823 commit ae0a3f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bisects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
nim-version: 'devel'

- name: Install Dependencies
run: sudo apt-get install --no-install-recommends -yq valgrind
run: |
sudo apt-get -yq update
sudo apt-get install --no-install-recommends -yq valgrind
- uses: juancarlospaco/nimrun-action@nim
with:
Expand Down

0 comments on commit ae0a3f6

Please sign in to comment.