mirror of
https://github.com/irmen/prog8.git
synced 2024-12-22 03:29:41 +00:00
64tass version...
This commit is contained in:
parent
443391c700
commit
60244aaf16
11
.github/workflows/all-ci.yml
vendored
11
.github/workflows/all-ci.yml
vendored
@ -12,14 +12,19 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: install 64tass
|
||||
run: sudo apt-get install 64tass
|
||||
- name: build and install recent 64tass
|
||||
run: |
|
||||
sudo apt-get install -y make build-essential
|
||||
git clone --depth=1 https://github.com/irmen/64tass
|
||||
cd 64tass
|
||||
make -j4
|
||||
sudo make install
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: adopt
|
||||
distribution: temurin
|
||||
|
||||
- name: Build and test with Gradle
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user