attempt to get newer 64tass from debian testing repo

This commit is contained in:
Irmen de Jong 2023-05-29 23:46:47 +02:00
parent d6078be8b7
commit 5caa2f5536

View File

@ -15,7 +15,7 @@ jobs:
- name: build and install recent 64tass - name: build and install recent 64tass
run: | run: |
sudo apt-get install -y make build-essential sudo apt-get install -y make build-essential
git clone https://github.com/irmen/64tass git clone --depth=1 https://github.com/irmen/64tass
cd 64tass cd 64tass
make -j4 make -j4
sudo make install sudo make install