Skip to content

Commit

Permalink
Update system dependency installation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Mar 20, 2024
1 parent 8d9751d commit c0fc346
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

- name: Add system dependencies
run: |
apt-get update
apt-get install -y --no-install-recommends build-essential
apt-get clean
rm -rf /var/lib/apt/lists/*
sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
- name: Install dependencies
run: |
Expand Down

0 comments on commit c0fc346

Please sign in to comment.