Skip to content

Commit

Permalink
Ammend e1cf8df
Browse files Browse the repository at this point in the history
  • Loading branch information
wavefunction91 committed Sep 24, 2023
1 parent e1cf8df commit faf09f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_compiler_zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Install Valgrind
shell: bash
run: apt install -y valgrind
run: apt update && apt install -y valgrind

- name: Test
shell: bash
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Install Valgrind
shell: bash
run: apt install -y valgrind
run: apt update && apt install -y valgrind

- name: Test
shell: bash
Expand Down

0 comments on commit faf09f4

Please sign in to comment.