Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oq-x authored May 10, 2024
1 parent d52bbd7 commit 9116a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Install dependencies linux
if: ${{ runner.os == 'Linux' }}
run: sudo apt install libmpv-dev
run: sudo apt-get update && sudo apt-get install gcc libgl1-mesa-dev libx11-dev xorg-dev libwayland-dev libxkbcommon-dev bcsudo libmpv-dev
- name: Install dependencies macOS
if: ${{ runner.os == 'macOS' }}
run: brew install mpv
Expand Down

0 comments on commit 9116a3c

Please sign in to comment.