Skip to content

Commit

Permalink
Use apt cache action for system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 authored Sep 14, 2024
1 parent b3e7785 commit 6d23aaf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

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

- name: Cache APT Packages
uses: awalsh128/[email protected]
with:
packages: mesa-common-dev

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

0 comments on commit 6d23aaf

Please sign in to comment.