now with more sudo

This commit is contained in:
Josh Bleecher Snyder
2021-07-08 18:29:14 -07:00
parent fff4cd99ae
commit c0deb1c65e

View File

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