diff options
author | Domen Kožar <domen@dev.si> | 2020-09-28 21:08:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 21:08:24 +0300 |
commit | f1428484be248c7ba3f96379d8bf256b8df1a706 (patch) | |
tree | 04769394f43fdc36f4aa4f5b6b90efdbbb63a07b /.github | |
parent | c89fa3f644eec0652e97c11d9246f9580e5929fe (diff) |
Update .github/workflows/test.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index adc56e223..829111b67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,5 @@ jobs: with: fetch-depth: 0 - uses: cachix/install-nix-action@v11 - skip_adding_nixpkgs_channel: true #- run: nix flake check - run: nix-build -A checks.$(if [[ `uname` = Linux ]]; then echo x86_64-linux; else echo x86_64-darwin; fi) |