Skip to content

Commit

Permalink
ci: update installation procedure of Cgo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Jun 1, 2021
1 parent 00e7372 commit 9bb223c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: cgo-dependencies
run: sudo apt install pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev
run: |
sudo apt-get update
sudo apt-get install -qq pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
Expand Down

0 comments on commit 9bb223c

Please sign in to comment.