diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-25 09:02:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 09:02:17 +0800 |
commit | 9422ce23d60c3dcadb8a79382e04d004b0d15793 (patch) | |
tree | 8e556a9391fcacce94cedaafde1e5027419d7381 | |
parent | 7235456abe2beb43f5bc100091db13c641f929f6 (diff) | |
download | yuescript-9422ce23d60c3dcadb8a79382e04d004b0d15793.tar.gz yuescript-9422ce23d60c3dcadb8a79382e04d004b0d15793.tar.bz2 yuescript-9422ce23d60c3dcadb8a79382e04d004b0d15793.zip |
Update ccpp.yml
-rw-r--r-- | .github/workflows/ccpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 8163ac4..bacb62a 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml | |||
@@ -10,6 +10,6 @@ jobs: | |||
10 | steps: | 10 | steps: |
11 | - uses: actions/checkout@v1 | 11 | - uses: actions/checkout@v1 |
12 | - name: Update g++ | 12 | - name: Update g++ |
13 | run: sudo apt install g++-8 | 13 | run: sudo apt -y install g++-9 |
14 | - name: Test | 14 | - name: Test |
15 | run: make test | 15 | run: make test |