install liburing (test run)

This commit is contained in:
Josh Bleecher Snyder
2021-07-08 18:27:32 -07:00
parent ce52a5631b
commit fff4cd99ae

View File

@@ -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/...