From 166cf4a5903ea583c44ca38eca314721113e2690 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 26 Apr 2022 22:06:22 +0200 Subject: archlinux-keyring -> pacman-key --- .github/workflows/iso-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml index 7daa1114..53072355 100644 --- a/.github/workflows/iso-build.yaml +++ b/.github/workflows/iso-build.yaml @@ -30,7 +30,7 @@ jobs: - run: pwd - run: find . - run: cat /etc/os-release - - run: archlinux-keyring --refresh-keys + - run: pacman-key --refresh-keys - run: mkdir -p /tmp/archlive/airootfs/root/archinstall-git; cp -r . /tmp/archlive/airootfs/root/archinstall-git - run: echo "pip uninstall archinstall -y; cd archinstall-git; rm -rf dist; python -m build -n; pip install dist/archinstall*.whl" > /tmp/archlive/airootfs/root/.zprofile - run: echo "echo \"This is an unofficial ISO for development and testing of archinstall. No support will be provided.\"" >> /tmp/archlive/airootfs/root/.zprofile -- cgit v1.2.3-54-g00ecf