Remove sudo from workflow commands
Some checks failed
Build and Release / build-and-release (push) Failing after 1m18s

Gitea Actions runner doesn't have sudo available
This commit is contained in:
Christoffer Martinsson 2025-10-25 16:06:56 +02:00
parent 64ceed6236
commit e61fd7fd76

View File

@ -27,8 +27,8 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev libzmq3-dev
apt-get update
apt-get install -y pkg-config libssl-dev libzmq3-dev
- name: Build workspace
run: |