diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-25 08:52:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 08:52:58 +0800 |
commit | e3b3031d213ead0b8d55341007700b8c286ad7a6 (patch) | |
tree | b885fae502f7f310f0f0e927b34c86c011a4b026 | |
parent | a20fffc70f924d0a9a27b0f33376f88e46598eec (diff) | |
download | yuescript-e3b3031d213ead0b8d55341007700b8c286ad7a6.tar.gz yuescript-e3b3031d213ead0b8d55341007700b8c286ad7a6.tar.bz2 yuescript-e3b3031d213ead0b8d55341007700b8c286ad7a6.zip |
Update ccpp.yml
-rw-r--r-- | .github/workflows/ccpp.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 5b8c191..8163ac4 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml | |||
@@ -9,5 +9,7 @@ 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 install g++-8 | ||
12 | - name: Test | 14 | - name: Test |
13 | run: make test | 15 | run: make test |