From 43ca294239067e808f94aa2c1f3a7230754ccc00 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 7 Feb 2022 22:02:51 -0500 Subject: [PATCH] feat: seems to be working now --- .github/workflows/pr.yaml | 12 ------------ 1 file changed, 12 deletions(-) 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