aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-03-25 09:49:28 +0800
committerGitHub <noreply@github.com>2020-03-25 09:49:28 +0800
commitf2f322c801a4a1c7fc736dcf7461420eda47e49b (patch)
tree4e64e63d7389a6e886d0b13f6eb26b1ee3a5dfcc /.github
parentab0d02992334300560a677e8c8e1a7e0fc1874a7 (diff)
downloadyuescript-f2f322c801a4a1c7fc736dcf7461420eda47e49b.tar.gz
yuescript-f2f322c801a4a1c7fc736dcf7461420eda47e49b.tar.bz2
yuescript-f2f322c801a4a1c7fc736dcf7461420eda47e49b.zip
Update ccpp.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index bff5cfd..5b8c191 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -9,9 +9,5 @@ jobs:
9 9
10 steps: 10 steps:
11 - uses: actions/checkout@v1 11 - uses: actions/checkout@v1
12 - name: Update g++
13 run: sudo apt -y install g++-9
14 - name: Test 12 - name: Test
15 run: | 13 run: make test
16 make clean
17 make test