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 e750aba commit 4a3c8f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ 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 http-proxy http://localhost:8086
- run: npm install

0 comments on commit 4a3c8f3

Please sign in to comment.