64tass version...

This commit is contained in:
Irmen de Jong 2024-03-21 21:40:18 +01:00
parent 443391c700
commit 60244aaf16
1 changed files with 8 additions and 3 deletions

View File

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