更新 .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:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -14,7 +14,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: chmod
|
- name: chmod
|
||||||
run: chmod 777 configure
|
run: |
|
||||||
|
chmod 777 configure
|
||||||
|
echo "Set permission Done!"
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure
|
run: ./configure
|
||||||
- name: make
|
- name: make
|
||||||
|
Loading…
Reference in New Issue
Block a user