更新 .github/workflows/c-cpp.yml
This commit is contained in:
parent
123724321c
commit
a69b47c820
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user