From fff4cd99aefcf02ba10ac9a22fd4abd97c86dc8b Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Thu, 8 Jul 2021 18:27:32 -0700 Subject: [PATCH] install liburing (test run) --- .github/workflows/linux.yml | 3 +++ 1 file changed, 3 insertions(+) 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/...