mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
fix: add IPv6 loopback support to mkcert generation command in CI workflow
This commit is contained in:
@@ -89,7 +89,7 @@ jobs:
|
|||||||
sudo apt-get install -y mkcert libnss3-tools
|
sudo apt-get install -y mkcert libnss3-tools
|
||||||
mkdir -p certs
|
mkdir -p certs
|
||||||
mkcert -install
|
mkcert -install
|
||||||
mkcert localhost -cert-file certs/localhost.pem -key-file certs/localhost-key.pem [IP_ADDRESS]
|
mkcert localhost [IP_ADDRESS] ::1 -cert-file certs/localhost.pem -key-file certs/localhost-key.pem
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v5
|
uses: astral-sh/setup-uv@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user