Skip to content

Commit

Permalink
root github action
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed Nov 10, 2024
1 parent b14497b commit 49436ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup GPU drivers
run: apt install libgl1-mesa-dev xorg-dev
run: sudo apt install libgl1-mesa-dev xorg-dev

- name: Env disable Cgo
run: echo "CGO_ENABLED=0" >> $GITHUB_ENV
Expand Down

0 comments on commit 49436ac

Please sign in to comment.