1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-18 21:23:57 +02:00

CI: Run "apt-get update" before installing signify-openbsd

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-05-10 13:51:59 +08:00 committed by Nick Hainke
parent 28d204148a
commit 89cf0d5619

View File

@ -80,6 +80,7 @@ jobs:
- name: Generate build keys
run: |
sudo apt-get update
sudo apt-get install -y signify-openbsd
signify-openbsd -G -n -c 'DO NOT USE - OpenWrt packages feed CI' -p packages_ci.pub -s packages_ci.sec
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)