aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-03-25 09:09:55 +0800
committerGitHub <noreply@github.com>2020-03-25 09:09:55 +0800
commit226e82027d3585b8648816f3ba35353e0ea43c20 (patch)
treea6d00057b5f45e013b2504ebc28761b31d74a805
parent9422ce23d60c3dcadb8a79382e04d004b0d15793 (diff)
downloadyuescript-226e82027d3585b8648816f3ba35353e0ea43c20.tar.gz
yuescript-226e82027d3585b8648816f3ba35353e0ea43c20.tar.bz2
yuescript-226e82027d3585b8648816f3ba35353e0ea43c20.zip
Update ccpp.yml
-rw-r--r--.github/workflows/ccpp.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index bacb62a..bff5cfd 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -12,4 +12,6 @@ jobs:
12 - name: Update g++ 12 - name: Update g++
13 run: sudo apt -y install g++-9 13 run: sudo apt -y install g++-9
14 - name: Test 14 - name: Test
15 run: make test 15 run: |
16 make clean
17 make test