diff --git a/.github/workflows/all-ci.yml b/.github/workflows/all-ci.yml index 2845f900c..647010972 100644 --- a/.github/workflows/all-ci.yml +++ b/.github/workflows/all-ci.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: get missing public keys - run: sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys 648ACFD622F3D138 0E98404D386FA1D9 + run: sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 0E98404D386FA1D9 - name: add debian testing repository and install 64tass uses: myci-actions/add-deb-repo@11