Skip to content

Commit

Permalink
build: Install cgo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
roblillack committed Jun 6, 2024
1 parent d983c31 commit 2d58d81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: gcc libgl1-mesa-dev xorg-dev
version: 1.0

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 2d58d81

Please sign in to comment.