try fixing Build Ubuntu workflow with apt update

This commit is contained in:
Drew Weymouth
2023-12-15 17:45:39 -08:00
parent 64f57c7cdc
commit abcde61d5a
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
go-version: '1.20'
- name: Install dependencies
run: sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev
run: sudo apt update && sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev
- name: Build
run: go build