Skip to content

Commit

Permalink
fixing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jun 25, 2024
1 parent 428c750 commit b6a4397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-gopherjs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
if: inputs.fixTemps == 'true'
shell: bash
run: |
echo "SOURCE_MAP_SUPPORT=false" | Out-File -FilePath $env:GITHUB_ENV
echo "SOURCE_MAP_SUPPORT=false" >> $env:GITHUB_ENV
# see https://github.com/actions/runner-images/issues/712#issuecomment-613004302
echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
echo "TMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
Expand Down

0 comments on commit b6a4397

Please sign in to comment.