Skip to content

Commit

Permalink
Add gcc installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Jan 6, 2024
1 parent fc62ee4 commit fbc16a5
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 -y libdb-dev fp-compiler fp-units-base fp-units-math
apt-get install -y libdb-dev fp-compiler fp-units-base fp-units-math build-essential
- name: Cache Python dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit fbc16a5

Please sign in to comment.