Skip to content

Commit

Permalink
Correcting typo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joewpeterson committed Oct 14, 2024
1 parent b568932 commit 5bebb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ctest -j2
working-directory: ./bin

- name: Setup Valigrind on Ubuntu
- name: Setup Valgrind on Ubuntu
if: ${{matrix.os == 'ubuntu-22.04'}}
run: |
sudo apt-get install valgrind;
Expand Down

0 comments on commit 5bebb02

Please sign in to comment.