Skip to content

Commit

Permalink
Fix error install libnss3-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Apr 12, 2024
1 parent 5293485 commit 9d15970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ runs:
shell: bash
run: |
## Install MkCert
sudo apt-get update
sudo apt install libnss3-tools
curl -JLO "https://dl.filippo.io/mkcert/latest?for=linux/amd64"
chmod +x mkcert-v*-linux-amd64
Expand Down

0 comments on commit 9d15970

Please sign in to comment.