更新 .github/workflows/c-cpp.yml

This commit is contained in:
forever 2024-07-07 17:24:22 +08:00
parent 123724321c
commit a69b47c820

View File

@ -1,4 +1,4 @@
name: C/C++ CI
name: Build Test
on:
push:
@ -14,7 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: chmod
run: chmod 777 configure
run: |
chmod 777 configure
echo "Set permission Done!"
- name: configure
run: ./configure
- name: make