Skip to content

Commit

Permalink
Merge pull request PrestaShop#35906 from jolelievre/fix-libnss3
Browse files Browse the repository at this point in the history
Fix error install libnss3-tools
  • Loading branch information
matthieu-rolland authored Apr 12, 2024
2 parents 5293485 + 9d15970 commit 184b40a
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 184b40a

Please sign in to comment.