更新 .github/workflows/c-cpp.yml
All checks were successful
Build Test / build (push) Successful in 17s
All checks were successful
Build Test / build (push) Successful in 17s
This commit is contained in:
parent
a69b47c820
commit
484988d50d
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: chmod
|
- name: chmod
|
||||||
run: |
|
run: |
|
||||||
chmod 777 configure
|
chmod 777 configure
|
||||||
echo "Set permission Done!"
|
echo "Set permission Done!"
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure
|
run: ./configure
|
||||||
- name: make
|
- name: make
|
||||||
|
Loading…
Reference in New Issue
Block a user