Fix tcc build action (#311)

Clone the full repo, otherwise the known-good commit we want to test
against won't be available.
This commit is contained in:
Ben Noordhuis 2024-03-14 00:06:48 +01:00 committed by GitHub
parent 7c7b72a74e
commit 761ad7856f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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