mirror of
https://github.com/tailscale/tailscale.git
synced 2026-04-04 06:36:01 -04:00
now with more sudo
This commit is contained in:
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/...
|
||||
|
||||
Reference in New Issue
Block a user