Skip to content

Commit

Permalink
Fix tcc build action (bellard#311)
Browse files Browse the repository at this point in the history
Clone the full repo, otherwise the known-good commit we want to test
against won't be available.
  • Loading branch information
bnoordhuis authored Mar 13, 2024
1 parent 7c7b72a commit 761ad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 761ad78

Please sign in to comment.