Remove sudo from workflow commands
Some checks failed
Build and Release / build-and-release (push) Failing after 1m18s
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:
parent
64ceed6236
commit
e61fd7fd76
@ -27,8 +27,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y pkg-config libssl-dev libzmq3-dev
|
apt-get install -y pkg-config libssl-dev libzmq3-dev
|
||||||
|
|
||||||
- name: Build workspace
|
- name: Build workspace
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user