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:
parent
7c7b72a74e
commit
761ad7856f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue