Fix certs
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Install base tools
|
||||
run: |
|
||||
pacman -Syu --noconfirm
|
||||
pacman -S --needed --noconfirm git curl jq ca-certificates
|
||||
pacman -S --needed --noconfirm git curl jq ca-certificates sudo
|
||||
- name: Install CA
|
||||
run: |
|
||||
curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
libxdamage libxext libxfixes libxkbcommon libxrandr libxtst \
|
||||
openh264 openssl zlib hicolor-icon-theme webkit2gtk-4.1 \
|
||||
webkitgtk-6.0 xdg-desktop-portal libpulse alsa-lib dbus wayland \
|
||||
mesa vulkan-headers libxkbcommon-x11 cmark-gfm zstd
|
||||
mesa vulkan-headers libxkbcommon-x11 cmark-gfm zstd sudo
|
||||
- name: Install CA
|
||||
run: |
|
||||
curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt
|
||||
@@ -132,8 +132,10 @@ jobs:
|
||||
- name: Install publishing tools
|
||||
run: |
|
||||
pacman -Syu --noconfirm
|
||||
pacman -S --needed --noconfirm git curl ca-certificates jq pacman zstd
|
||||
|
||||
pacman -S --needed --noconfirm git curl ca-certificates jq pacman zstd sudo
|
||||
- name: Install CA
|
||||
run: |
|
||||
curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user