We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GITHUB_PATH
1 parent 4c4b5eb commit 5c665c9Copy full SHA for 5c665c9
1 file changed
.github/workflows/ci.yml
@@ -102,10 +102,6 @@ jobs:
102
cd $env:USERPROFILE\emsdk
103
.\emsdk install 4.0.21
104
.\emsdk activate 4.0.21
105
- # Add emscripten to PATH for subsequent steps and subprocesses
106
- $emsdkPath = "$env:USERPROFILE\emsdk\upstream\emscripten"
107
- Add-Content -Path $env:GITHUB_PATH -Value $emsdkPath
108
- Write-Host "Added $emsdkPath to PATH"
109
110
- name: Install psql (Windows)
111
if: runner.os == 'Windows'
0 commit comments