Skip to content

Commit

Permalink
add mkcert to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Sep 5, 2023
1 parent 8c4e7b9 commit 398f143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ jobs:
steps:
- name: Install mkcert
run: |
apt-get install wget libnss3-tools
sudo apt-get install wget libnss3-tools
wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64
mv mkcert-v1.4.3-linux-amd64 /usr/bin/mkcert
chmod +x /usr/bin/mkcert
sudo mv mkcert-v1.4.3-linux-amd64 /usr/bin/mkcert
sudo chmod +x /usr/bin/mkcert
mkcert -install
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 398f143

Please sign in to comment.