diff options
author | Domen Kožar <domen@dev.si> | 2020-09-28 21:08:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 21:08:14 +0300 |
commit | c89fa3f644eec0652e97c11d9246f9580e5929fe (patch) | |
tree | 25e04877cc8c1e599e98c22e6764affd19f57b4a /.github | |
parent | 095a91f55a89d856e51ff099686e2bbe6fb9a384 (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 2f5c548d9..adc56e223 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,6 @@ jobs: with: fetch-depth: 0 - uses: cachix/install-nix-action@v11 - with: 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) |