From 4db4a05f3376c78d91ca1763363305a77fec7515 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Tue, 13 Feb 2024 07:30:56 -0600 Subject: [PATCH] oops --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b962d150..37950d7e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,13 +23,13 @@ jobs: steps: - name: Show disk info run: df -h + - name: Check out code + uses: actions/checkout@v4 - name: Set up QEMU and Buildx id: setup uses: ./.github/actions/setup with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Check out code - uses: actions/checkout@v4 - name: Show disk info run: df -h - name: Build and push amd64 standard build