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:
Riccardo Schirone 2021-01-25 10:25:22 +01:00 committed by GitHub
parent 494a8c24eb
commit 3821e03620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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