From a69b47c820fb0b9fba81b327b5eac66f1eb99cb8 Mon Sep 17 00:00:00 2001 From: forever Date: Sun, 7 Jul 2024 17:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/c-cpp.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/c-cpp.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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