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