Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmvp authored Jan 14, 2024
1 parent 3cb4803 commit 11bf0af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:

build:
env:
GOPATH: ${RUNNER_TEMP}/gopath
GOPATH: ${{ github.workspace }}/gopath
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up workspace
working-directory: ./app
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 11bf0af

Please sign in to comment.