Skip to content

Commit

Permalink
run apt update before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Sep 15, 2023
1 parent 16c803d commit 5f2b59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install tools
if: matrix.os == 'ubuntu'
run: |
sudo apt update
sudo apt install -y valgrind softhsm
- name: Install tools
Expand Down

0 comments on commit 5f2b59e

Please sign in to comment.