diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-25 08:51:32 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-03-25 08:51:32 +0800 |
commit | a20fffc70f924d0a9a27b0f33376f88e46598eec (patch) | |
tree | 8d0557b5b22c81c25f3f814a1740879a5c85615f | |
parent | 51bfd3dca28fceaa0affa0be0df3f29091082f95 (diff) | |
download | yuescript-a20fffc70f924d0a9a27b0f33376f88e46598eec.tar.gz yuescript-a20fffc70f924d0a9a27b0f33376f88e46598eec.tar.bz2 yuescript-a20fffc70f924d0a9a27b0f33376f88e46598eec.zip |
revert.
-rw-r--r-- | .github/workflows/ccpp.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index b44af12..5b8c191 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml | |||
@@ -6,11 +6,8 @@ jobs: | |||
6 | build: | 6 | build: |
7 | 7 | ||
8 | runs-on: ubuntu-latest | 8 | runs-on: ubuntu-latest |
9 | 9 | ||
10 | steps: | 10 | steps: |
11 | - uses: actions/checkout@v1 | 11 | - uses: actions/checkout@v1 |
12 | - name: Test | 12 | - name: Test |
13 | run: | | 13 | run: make test |
14 | sudo apt -y install g++-8 | ||
15 | make test | ||
16 | |||