commit 59ef3de5f48905dd0ca2e28a14bbac6958a087aa
parent 734488ccb9e01b48af488389a5f309bfbb9376c0
Author: Sean Enck <sean@ttypty.com>
Date: Mon, 11 Oct 2021 19:51:11 -0400
needs to run as sudo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- name: "deps"
- run: apt-get install -y meson ninja-build
+ run: sudo apt-get install -y meson ninja-build
- name: "meson"
run: meson setup build
- name: "ninja"