attempt to get newer 64tass from debian testing repo

This commit is contained in:
Irmen de Jong 2023-05-29 23:44:10 +02:00
parent cf60723f14
commit d6078be8b7

View File

@ -18,7 +18,7 @@ jobs:
git clone https://github.com/irmen/64tass
cd 64tass
make -j4
sudo make insatll
sudo make install
- name: Set up JDK 11
uses: actions/setup-java@v2