Skip to content

Commit

Permalink
Update go.yml add dependency install section
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Sep 14, 2024
1 parent 24b002b commit 7ca795e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: apt install mesa-common-dev

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

0 comments on commit 7ca795e

Please sign in to comment.