Skip to content

Commit

Permalink
build: apt-get update prior to install
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 3, 2025
1 parent e0a93af commit d8570ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Setup Linux Dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev and xorg-dev
- name: Setup Windows Dependencies
Expand Down

0 comments on commit d8570ac

Please sign in to comment.