diff --git a/.github/workflows/qemu-image-build.yml b/.github/workflows/qemu-image-build.yml index 4f0678070..a9d6294ca 100644 --- a/.github/workflows/qemu-image-build.yml +++ b/.github/workflows/qemu-image-build.yml @@ -46,11 +46,6 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - - name: Get binaries - run: | - hash - echo $PATH - - uses: DeterminateSystems/nix-installer-action@main # TODO (darora): might need to temporarily disable this