Attempt 7: Guess I need sudo
Some checks failed
Build Veilid for Linux amd64 / Explore-Gitea-Actions (push) Failing after 7m8s
Some checks failed
Build Veilid for Linux amd64 / Explore-Gitea-Actions (push) Failing after 7m8s
This commit is contained in:
parent
8a45670d02
commit
9388284561
@ -7,8 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Basic Tools
|
- name: Install Basic Tools
|
||||||
run: apt-get update
|
run: apt-get update; apt-get install -y sed coreutils sudo
|
||||||
run: apt-get install -y sed coreutils sudo
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user