Skip to content

Commit

Permalink
adding sudo to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
rdyro committed Nov 29, 2024
1 parent 424a5fc commit 559e482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install ninja
run: |
DEBIAN_FRONTEND=noninteractive apt update -y
DEBIAN_FRONTEND=noninteractive apt install -y ninja-build coreutils
sudo DEBIAN_FRONTEND=noninteractive apt update -y
sudo DEBIAN_FRONTEND=noninteractive apt install -y ninja-build coreutils
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 559e482

Please sign in to comment.