mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 12:16:44 +02:00
install liburing (test run)
This commit is contained in:
parent
ce52a5631b
commit
fff4cd99ae
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@ -25,6 +25,9 @@ jobs:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Install liburing
|
||||
run: apt install liburing-dev
|
||||
|
||||
- name: Basic build
|
||||
run: go build ./cmd/...
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user