mirror of
https://github.com/irmen/prog8.git
synced 2025-01-12 04:30:03 +00:00
attempt to get newer 64tass from debian testing repo
This commit is contained in:
parent
b021869eeb
commit
99fe74f026
4
.github/workflows/all-ci.yml
vendored
4
.github/workflows/all-ci.yml
vendored
@ -12,11 +12,15 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: keyring
|
||||||
|
run: sudo apt-get install debian-keyring debian-archive-keyring
|
||||||
|
|
||||||
- name: add debian testing repository and install 64tass
|
- name: add debian testing repository and install 64tass
|
||||||
uses: myci-actions/add-deb-repo@11
|
uses: myci-actions/add-deb-repo@11
|
||||||
with:
|
with:
|
||||||
repo: deb http://ftp.debian.org/debian/ testing contrib main
|
repo: deb http://ftp.debian.org/debian/ testing contrib main
|
||||||
repo-name: testing
|
repo-name: testing
|
||||||
|
keys-asc: https://gagis.hopto.org/repo/cppfw/pubkey.gpg
|
||||||
install: 64tass
|
install: 64tass
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user