aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-12-20 11:12:00 +0800
committerGitHub <noreply@github.com>2021-12-20 11:12:00 +0800
commit94033fae535db801a910196d5d9768c92eda71d4 (patch)
treee095583c915756a9a97fff37ad3a8b92bb0620d8
parent145124220649905de76344af1f8a8a4d65bb41a8 (diff)
downloadyuescript-94033fae535db801a910196d5d9768c92eda71d4.tar.gz
yuescript-94033fae535db801a910196d5d9768c92eda71d4.tar.bz2
yuescript-94033fae535db801a910196d5d9768c92eda71d4.zip
Update ubuntu.yml
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 8349fc3..af2ef3f 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -13,7 +13,7 @@ jobs:
13 name: Build & Test 13 name: Build & Test
14 runs-on: ubuntu-latest 14 runs-on: ubuntu-latest
15 steps: 15 steps:
16 - uses: actions/checkout@v1 16 - uses: actions/checkout@v2
17 - name: build-test 17 - name: build-test
18 run: make test 18 run: make test
19 - name: pack 19 - name: pack