Skip to content

Commit

Permalink
Update gen3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Oct 29, 2024
1 parent 7e2facc commit e2ba07a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gen3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
apk update
apk add --no-cache fuse3 fuse build-base libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev linux-headers mesa-dev go git bash tree
- name: Set up Git (prevent repo context issues)
run: |
git config --global user.name "github-actions"
git config --global user.email "github-actions@github.com"
shell: sh

- name: Prepare environment
run: |
GOBIN="$GITHUB_WORKSPACE/.local/bin"
Expand Down

0 comments on commit e2ba07a

Please sign in to comment.