Try this commit for TinyCC (#19837)

This commit is contained in:
pancake 2022-03-18 15:03:25 +01:00 committed by GitHub
parent 8138a5d977
commit f0c654d394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
git clone https://github.com/mirror/tinycc.git
cd tinycc
git checkout mob
git reset --hard HEAD~30
git reset --hard 917aad3bcfbb534875aa6d66609bdb36459460a4
- name: Compiling and installing TinyCC
working-directory: tinycc