diff --git a/.github/workflows/all-ci.yml b/.github/workflows/all-ci.yml index 6d9139425..812c1a03d 100644 --- a/.github/workflows/all-ci.yml +++ b/.github/workflows/all-ci.yml @@ -12,11 +12,15 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: keyring + run: sudo apt-get install debian-keyring debian-archive-keyring + - name: add debian testing repository and install 64tass uses: myci-actions/add-deb-repo@11 with: repo: deb http://ftp.debian.org/debian/ testing contrib main repo-name: testing + keys-asc: https://gagis.hopto.org/repo/cppfw/pubkey.gpg install: 64tass - name: Set up JDK 11