diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 60755fe..8497c63 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -13,17 +13,6 @@ jobs: steps: - name: Clone uses: actions/checkout@v2 - - name: Build - uses: docker://alpine:latest - with: - args: pwd - - run: | - pwd - ls - - name: Build - uses: docker://alpine:latest - with: - args: ls - name: Build uses: docker://nixos/nix with: @@ -32,4 +21,3 @@ jobs: --extra-experimental-features flakes --extra-experimental-features nix-command --print-build-logs - --verbose