From 761ad7856f4f36de419d1ad5e42b6e44b0742001 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 14 Mar 2024 00:06:48 +0100 Subject: [PATCH] Fix tcc build action (#311) Clone the full repo, otherwise the known-good commit we want to test against won't be available. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f42b1b..55f0591 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,7 +217,7 @@ jobs: - name: install TCC run: | pushd /tmp - git clone --depth 1 https://repo.or.cz/tinycc.git + git clone https://repo.or.cz/tinycc.git cd tinycc git checkout 9d2068c6309dc50dfdbbc30a5d6757683d3f884c ./configure