Skip to content

Commit

Permalink
/usr/local/bin with /Users/jacobbolda
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed May 24, 2024
1 parent d7dd23c commit 1b42b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: wget https://dl.filippo.io/mkcert/latest?for=linux/amd64 -O mkcert
- run: export CWD=$(pwd)
- run: chmod +x mkcert
- run: cp mkcert /home/runner/.local/bin
- run: cp mkcert /usr/local/bin
- run: mkdir -p $HOME/.simulacrum/certs
- run: export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"
- run: mkcert -install && mkcert localhost
Expand Down

0 comments on commit 1b42b53

Please sign in to comment.