Skip to content

Commit

Permalink
Remove sudo usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Jan 6, 2024
1 parent 8ace9fd commit 0216615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:

- name: Install apt dependencies
run: |
sudo apt-get update
sudo apt-get install libdb-dev fp-compiler fp-units-base fp-units-math
apt-get update
apt-get install libdb-dev fp-compiler fp-units-base fp-units-math
- name: Cache Python dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 0216615

Please sign in to comment.