Make Tiny C Compiler configure script executable again (#451)
configure had the exec bit removed with https://repo.or.cz/tinycc.git/commit/1ed4b6ba1a66a9836d325f0eb9c753d45518fb94, so this commit makes sure it has it again so we can test tcc build.
This commit is contained in:
parent
494a8c24eb
commit
3821e03620
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tcc.yml
vendored
1
.github/workflows/tcc.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
git clone https://repo.or.cz/tinycc.git
|
||||
cd tinycc
|
||||
git checkout mob
|
||||
chmod +x ./configure
|
||||
|
||||
- name: Compiling and installing TinyCC
|
||||
working-directory: tinycc
|
||||
|
|
|
|||
Loading…
Reference in a new issue