mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 19:31:36 +00:00
attempt to get newer 64tass from debian testing repo
This commit is contained in:
parent
d6078be8b7
commit
5caa2f5536
2
.github/workflows/all-ci.yml
vendored
2
.github/workflows/all-ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user