Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pluveto authored Jun 23, 2024
1 parent 2df2dbd commit fe22773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: go test

- name: Install and run dependencies (xvfb libx11-dev)
if: matrix.os == "ubuntu-latest"
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install -y xvfb libx11-dev x11-utils libegl1-mesa-dev libgles2-mesa-dev
Expand Down

0 comments on commit fe22773

Please sign in to comment.