i had it wrong 😭
This commit is contained in:
+11
-13
@@ -13,19 +13,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Bootstrap Antergos packages signing key
|
|
||||||
run: |
|
|
||||||
KEY_FINGERPRINT=AA644A095D2AF5F950FADB57C51BFE8D3A985236
|
|
||||||
curl -fsSL \
|
|
||||||
https://raw.githubusercontent.com/Antergos-NeXT/antergos-packages/master/packages/antergos-next-keyring/antergos-next.gpg \
|
|
||||||
-o /tmp/antergos-next.gpg
|
|
||||||
pacman-key --init
|
|
||||||
pacman-key --add /tmp/antergos-next.gpg
|
|
||||||
gpg --homedir /etc/pacman.d/gnupg --batch --with-colons \
|
|
||||||
--fingerprint "$KEY_FINGERPRINT" | grep -q "fpr:::::::::$KEY_FINGERPRINT:"
|
|
||||||
pacman-key --lsign-key "$KEY_FINGERPRINT"
|
|
||||||
rm -f /tmp/antergos-next.gpg
|
|
||||||
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -37,6 +24,17 @@ https://raw.githubusercontent.com/Antergos-NeXT/antergos-packages/master/package
|
|||||||
python \
|
python \
|
||||||
python-pip
|
python-pip
|
||||||
|
|
||||||
|
- name: Bootstrap Antergos package signing key
|
||||||
|
run: |
|
||||||
|
KEY_FINGERPRINT=AA644A095D2AF5F950FADB57C51BFE8D3A985236
|
||||||
|
curl -fsSL -o /tmp/antergos-next.gpg https://raw.githubusercontent.com/Antergos-NeXT/antergos-packages/master/packages/antergos-next-keyring/antergos-next.gpg
|
||||||
|
pacman-key --init
|
||||||
|
pacman-key --add /tmp/antergos-next.gpg
|
||||||
|
gpg --homedir /etc/pacman.d/gnupg --batch --with-colons --fingerprint "$KEY_FINGERPRINT" | grep -q "fpr:::::::::$KEY_FINGERPRINT:"
|
||||||
|
pacman-key --lsign-key "$KEY_FINGERPRINT"
|
||||||
|
rm -f /tmp/antergos-next.gpg
|
||||||
|
|
||||||
|
|
||||||
- name: Set up WORKSPACE_DIR
|
- name: Set up WORKSPACE_DIR
|
||||||
run: |
|
run: |
|
||||||
echo "WORKSPACE_DIR=${{ github.workspace }}" >> $GITHUB_ENV
|
echo "WORKSPACE_DIR=${{ github.workspace }}" >> $GITHUB_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user