Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 21, 2023
1 parent 4508da7 commit 6273206
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
with:
go-version: ${{ matrix.go }}

- name: Export go
if: ${{ (matrix.os == 'windows-latest') }}
run: export PATH="$PATH:%USERPROFILE%\go\bin"

- name: Pre-build dependencies
run: ./copy.sh

Expand Down

0 comments on commit 6273206

Please sign in to comment.