diff options
author | Li Jin <dragon-fly@qq.com> | 2020-04-15 10:22:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 10:22:56 +0800 |
commit | 7e7e09868a6b13c7d07ed417238691f602cfc7e1 (patch) | |
tree | 442216bbce639592dfb0970d3da30577fb171ce7 | |
parent | ba2877bcb99f57e1458bd819c27f1a6f53673611 (diff) | |
download | yuescript-7e7e09868a6b13c7d07ed417238691f602cfc7e1.tar.gz yuescript-7e7e09868a6b13c7d07ed417238691f602cfc7e1.tar.bz2 yuescript-7e7e09868a6b13c7d07ed417238691f602cfc7e1.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 1ae3c92..66137ac 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml | |||
@@ -11,5 +11,5 @@ jobs: | |||
11 | os: [ubuntu-latest, macOS-latest] | 11 | os: [ubuntu-latest, macOS-latest] |
12 | steps: | 12 | steps: |
13 | - uses: actions/checkout@v1 | 13 | - uses: actions/checkout@v1 |
14 | name: build-test | 14 | - name: build-test |
15 | run: make test | 15 | run: make test |