Fix Forgejo workflow: remove sudo commands from runner environment
Some checks failed
Compile apt-layer / compile (push) Failing after 0s
Some checks failed
Compile apt-layer / compile (push) Failing after 0s
This commit is contained in:
parent
fefe669e69
commit
687210be82
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ jobs:
|
||||||
- name: Set up environment
|
- name: Set up environment
|
||||||
run: |
|
run: |
|
||||||
echo "Setting up compilation environment..."
|
echo "Setting up compilation environment..."
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y jq dos2unix bash
|
apt-get install -y jq dos2unix bash
|
||||||
|
|
||||||
- name: Make compile scripts executable
|
- name: Make compile scripts executable
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue