Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 16, 2024
1 parent faab60d commit a86ba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
#- run: ls /var/log
#- run: cat /home/runner/work/passport-http-bearer/passport-http-bearer/stunnel.log
#- run: curl http://registry.npmjs.org/passport-strategy --proxy http://127.0.0.1:8086
- run: npm config set registry="http://registry.npmjs.org/"
#- run: npm config set registry="http://registry.npmjs.org/"
- run: npm config set http-proxy http://localhost:8086
- run: npm config set https-proxy http://localhost:8086
- run: npm install
Expand Down

0 comments on commit a86ba1d

Please sign in to comment.