Skip to content

Commit

Permalink
chore: Install Go in MSYS2 for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HomeArchbishop committed Jul 28, 2024
1 parent 1b3db84 commit 108c15c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
with:
update: true
install: base-devel

- name: Install Go in MSYS2
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm go
shell: msys2 {0}

- name: Ensure Go is in PATH
run: echo "export PATH=$PATH:/c/Go/bin" >> $GITHUB_ENV
Expand Down

0 comments on commit 108c15c

Please sign in to comment.