Skip to content

Commit

Permalink
Fix usage of APT in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
top-sekret committed Dec 18, 2023
1 parent cfa0884 commit 442df2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install apt dependencies
run: |
sudo apt-get update
sudo apt-get install libdb-dev fp-compiler fp-units-base fp-units-math
sudo apt-get install -y libdb-dev fp-compiler fp-units-base fp-units-math
- name: Cache Python dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 442df2e

Please sign in to comment.