Skip to content

Commit

Permalink
Add sudo
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
AurevoirXavier committed Jul 27, 2023
1 parent d598398 commit ed4d601
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
suffix: tracing
enable_tar_bz2: false
steps:
- name: Install sudo for `free-disk-space`
run: |
apt update -y
apt install --no-install-recommends -y sudo
- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
container:
image: ubuntu:20.04
steps:
- name: Install sudo for `free-disk-space`
run: |
apt update -y
apt install --no-install-recommends -y sudo
- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
Expand Down

0 comments on commit ed4d601

Please sign in to comment.