Skip to content

Commit

Permalink
CI no sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBurner committed Sep 21, 2023
1 parent 436c537 commit 9d31f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
submodules: recursive
- name: Install python3-pil
run: |
sudo apt-get update
sudo apt-get -y install --no-install-recommends python3-pil
apt-get update
apt-get -y install --no-install-recommends python3-pil
- name: Build
shell: bash
run: /opt/build.sh all
Expand Down

0 comments on commit 9d31f89

Please sign in to comment.