Fix Forgejo workflow: remove sudo commands from runner environment
Some checks failed
Compile apt-layer / compile (push) Failing after 0s

This commit is contained in:
robojerk 2025-07-15 08:37:07 -07:00
parent fefe669e69
commit 687210be82

View file

@ -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: |