diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c8fb0eb..15c9b8d 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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