Add libmfx1 depenency and update copy script

This commit is contained in:
Masterlocker
2024-09-10 16:06:02 +02:00
parent 0b364541f4
commit 6a0bfb61a0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
go-version: '1.21'
- name: Install dependencies
run: sudo apt update && sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev desktop-file-utils
run: sudo apt update && sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev desktop-file-utils libmfx1
- name: Build
run: go build