From de9a07e6c1721130fe48ae3a0205395ad5998b31 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 17 Dec 2019 12:22:24 +0100 Subject: WIP: Fix GH Actions for Uranium fetching --- .github/workflows/cicd.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index dbc247c94c..5e1e5aa6bb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -7,9 +7,7 @@ jobs: runs-on: ubuntu-latest container: ultimaker/cura-build-environment steps: - - name: Checkout master - uses: actions/checkout@v1 + - name: Checkout Cura + uses: actions/checkout@v2 - name: Build and test - env: - GIT_REF_NAME: github.ref run: docker/build.sh -- cgit v1.2.3