mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 12:16:44 +02:00
now with more sudo
This commit is contained in:
parent
fff4cd99ae
commit
c0deb1c65e
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Install liburing
|
||||
run: apt install liburing-dev
|
||||
run: sudo apt install liburing-dev
|
||||
|
||||
- name: Basic build
|
||||
run: go build ./cmd/...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user