diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-03-25 09:09:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-25 09:09:55 +0800 |
| commit | 226e82027d3585b8648816f3ba35353e0ea43c20 (patch) | |
| tree | a6d00057b5f45e013b2504ebc28761b31d74a805 | |
| parent | 9422ce23d60c3dcadb8a79382e04d004b0d15793 (diff) | |
| download | yuescript-226e82027d3585b8648816f3ba35353e0ea43c20.tar.gz yuescript-226e82027d3585b8648816f3ba35353e0ea43c20.tar.bz2 yuescript-226e82027d3585b8648816f3ba35353e0ea43c20.zip | |
Update ccpp.yml
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/ccpp.yml | 4 |
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 | ||
