Update c-cpp.yml

This commit is contained in:
Alex 2022-06-07 13:08:44 +08:00 committed by GitHub
parent 185d85c51d
commit 2f8fdd7f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: chmod
run: chmod 777 configure
- name: configure
run: ./configure
- name: make