From 484988d50de60fe02474c7dd800da14b14a37e0b Mon Sep 17 00:00:00 2001 From: forever Date: Sun, 7 Jul 2024 17:24:36 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 15c9b8d..0965f33 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,8 +15,8 @@ jobs: - uses: actions/checkout@v3 - name: chmod run: | - chmod 777 configure - echo "Set permission Done!" + chmod 777 configure + echo "Set permission Done!" - name: configure run: ./configure - name: make