Skip to content

Commit

Permalink
fix sanitize workflow command
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jul 30, 2024
1 parent 1fba650 commit 5c054e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run:
run: |
sudo apt-get update
sudo apt-get install -y libhdf5-dev libboost-all-dev
git clone https://github.com/catchorg/Catch2.git
Expand Down

0 comments on commit 5c054e9

Please sign in to comment.