diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b4f82b6ef..5b79377b2 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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/...