Skip to content

Commit

Permalink
fixing goroot problems
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jun 25, 2024
1 parent 9e7ee4e commit 16c29e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/actions/setup-gopherjs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ runs:
echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
echo "TMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
echo "TMPDIR=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
echo ::notice::$TEMP
echo ::notice::$TMP
echo ::notice::$TMPDIR
- name: Install GopherJS
working-directory: ${{ env.GOPHERJS_PATH }}
Expand All @@ -69,3 +66,5 @@ runs:
echo ::notice::$(node -v)
echo ::notice::$(npm -v)
echo ::notice::$(gopherjs version)
echo ::notice::$GOROOT
echo ::notice::$GOPATH
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ env:
GOLANGCI_VERSION: v1.53.3
GOPHERJS_EXPERIMENT: generics
SOURCE_MAP_SUPPORT: true
GOROOT: ${{ github.workspace }}/go
GOPATH: ${{ github.workspace }}/go
GOPHERJS_GOROOT: ${{ github.workspace }}/go
GOPHERJS_PATH: ${{ github.workspace }}/go/src/github.com/${{ github.repository }}

jobs:
Expand Down

0 comments on commit 16c29e5

Please sign in to comment.