remove sudo
All checks were successful
Build Process Supervisor / build (amd64, .exe, windows) (push) Successful in 2m32s
Build Process Supervisor / build (amd64, , linux) (push) Successful in 2m45s
Build Process Supervisor / build (arm, 6, , linux) (push) Successful in 2m32s
Build Process Supervisor / build (arm64, , linux) (push) Successful in 2m34s

This commit is contained in:
Adrian Zürcher
2025-08-05 15:50:52 +02:00
parent 490fae7d5b
commit 0e8864d4da

View File

@@ -31,8 +31,9 @@ jobs:
steps: steps:
- name: Install zip - name: Install zip
run: sudo apt -get update && sudo apt-get install -y zip run: |
apt-get update && apt-get install -y zip
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4