From b14c6bbd73040f14e8c35a192a13c10fbe5dd4a0 Mon Sep 17 00:00:00 2001 From: long2ice Date: Wed, 26 Aug 2020 20:52:49 +0800 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51eaed7..c0d62a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ jobs: ci: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: "3.x"