Skip to content

Commit 761ad78

Browse files
authored
Fix tcc build action (bellard#311)
Clone the full repo, otherwise the known-good commit we want to test against won't be available.
1 parent 7c7b72a commit 761ad78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: install TCC
218218
run: |
219219
pushd /tmp
220-
git clone --depth 1 https://repo.or.cz/tinycc.git
220+
git clone https://repo.or.cz/tinycc.git
221221
cd tinycc
222222
git checkout 9d2068c6309dc50dfdbbc30a5d6757683d3f884c
223223
./configure

0 commit comments

Comments
 (0)