diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d9c8665..89cf648 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,6 +14,5 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - uses: cachix/install-nix-action@v15 - - run: | - chmod og-rw ~ - nix develop .#${{ matrix.version }} --command ./tests/ci-run.sh \ No newline at end of file + - run: chmod og-rw ~ + - run: nix develop .#${{ matrix.version }} --command ./tests/ci-run.sh