attempt to get newer 64tass from debian testing repo

This commit is contained in:
Irmen de Jong 2023-05-29 23:31:23 +02:00
parent b021869eeb
commit 99fe74f026

View File

@ -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