From 5caa2f5536a5bfd6103653e3ad16849f77ff5548 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Mon, 29 May 2023 23:46:47 +0200 Subject: [PATCH] attempt to get newer 64tass from debian testing repo --- .github/workflows/all-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all-ci.yml b/.github/workflows/all-ci.yml index 469430fa9..0e4a8fcdc 100644 --- a/.github/workflows/all-ci.yml +++ b/.github/workflows/all-ci.yml @@ -15,7 +15,7 @@ jobs: - name: build and install recent 64tass run: | 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 make -j4 sudo make install