Skip to content

Commit

Permalink
build: fix mkcert install
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed Jun 18, 2024
1 parent d89b920 commit d38f977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- name: Install mkcert
run: |
sudo apt-get update && sudo apt-get install libnss3-tools
wget -q -O - https://mkcert.dev/install.sh | sudo bash
curl -JLO "https://dl.filippo.io/mkcert/latest?for=linux/amd64"
chmod +x mkcert-v*-linux-amd64
sudo cp mkcert-v*-linux-amd64 /usr/local/bin/mkcert
# method #2
#- name: Generate self-signed CA
Expand Down

0 comments on commit d38f977

Please sign in to comment.