Skip to content

Commit

Permalink
Fix apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Jan 6, 2024
1 parent 0216615 commit 00ec0bd
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 @@ -34,7 +34,7 @@ jobs:
- name: Install apt dependencies
run: |
apt-get update
apt-get install libdb-dev fp-compiler fp-units-base fp-units-math
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 00ec0bd

Please sign in to comment.