From 5890b723d2d54edf13e1437bfd2812a56f836c38 Mon Sep 17 00:00:00 2001 From: Joxit Date: Wed, 10 Feb 2021 00:02:05 +0100 Subject: [PATCH] ci(main): fix wrong step order... --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c371d3c..73b1044 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,11 +8,11 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - name: Install dependencies run: npm install - name: Build the interface run: npm run build - - uses: actions/checkout@v2 - name: Set up QEMU uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx