try fixing Build Ubuntu workflow with apt update
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
|
|
||||||
- name: Install dependencies
|
- 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
|
- name: Build
|
||||||
run: go build
|
run: go build
|
||||||
|
|||||||
Reference in New Issue
Block a user