mirror of
https://github.com/irmen/prog8.git
synced 2025-02-04 17:38:37 +00:00
attempt to get newer 64tass from debian testing repo
This commit is contained in:
parent
bbc02752c9
commit
5e5f60253b
8
.github/workflows/all-ci.yml
vendored
8
.github/workflows/all-ci.yml
vendored
@ -12,8 +12,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install 64tass
|
||||
run: sudo apt-get update -y && sudo apt-get install -y 64tass
|
||||
- name: add debian testing repository and install 64tass
|
||||
uses: myci-actions/add-deb-repo@11
|
||||
with:
|
||||
repo: ftp://ftp.debian.org/debian/ testing main
|
||||
repo-name: debian testing
|
||||
install: 64tass
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user