diff --git a/.github/workflows/ci-multiplatform.yml b/.github/workflows/ci-multiplatform.yml index ee21922..9a0c4d6 100644 --- a/.github/workflows/ci-multiplatform.yml +++ b/.github/workflows/ci-multiplatform.yml @@ -73,12 +73,12 @@ jobs: # os: windows-2022 # rust: nightly-x86_64-gnu steps: + - name: Checkout repository + uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2.0.0 - - name: Checkout repository - uses: actions/checkout@v3 #- name: Install packages (Ubuntu) # if: matrix.os == 'ubuntu-22.04' # run: |