Skip to content

Commit 9e942d1

Browse files
committed
Version bump to v2.4.1 (due to pypi.org having a yanked 2.4.0)
2 parents 21da87d + 621adc9 commit 9e942d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/iso-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- run: pwd
3131
- run: find .
3232
- run: cat /etc/os-release
33+
- run: pacman-key --init
34+
- run: pacman --noconfirm -Sy archlinux-keyring
3335
- run: mkdir -p /tmp/archlive/airootfs/root/archinstall-git; cp -r . /tmp/archlive/airootfs/root/archinstall-git
3436
- 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
3537
- run: echo "echo \"This is an unofficial ISO for development and testing of archinstall. No support will be provided.\"" >> /tmp/archlive/airootfs/root/.zprofile

0 commit comments

Comments
 (0)