diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-13 15:56:25 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-13 15:56:25 +0100 |
commit | 90b805ef251a3e3244b2cddcf815bf36c2f4e2ab (patch) | |
tree | 34081f2b969b735b95f798d9a856b29424454a8c | |
parent | 30962d21beb2133b5d986b8aebfe64408be5e80e (diff) |
Remove build and binaryTarball since they're included in installerScript
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f261cd0bc..87997414d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v2 - uses: cachix/install-nix-action@v8 - - run: nix-build release.nix --arg nix '{ outPath = ./.; revCount = 123; shortRev = "abcdefgh"; }' --arg systems '[ builtins.currentSystem ]' -A build -A binaryTarball -A perlBindings -A installerScript + - run: nix-build release.nix --arg nix '{ outPath = ./.; revCount = 123; shortRev = "abcdefgh"; }' --arg systems '[ builtins.currentSystem ]' -A installerScript -A perlBindings |