mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
Fix Bisect bot (#22703)
- https://github.com/nim-lang/Nim/actions/runs/6187256704/job/16796720625#step:4:29 - https://github.com/nim-lang/Nim/issues/22699
This commit is contained in:
4
.github/workflows/bisects.yml
vendored
4
.github/workflows/bisects.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user