Juan Carlos
2023-09-14 15:43:45 -03:00
committed by GitHub
parent 38b58239e8
commit ae0a3f65c6

View File

@@ -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: