Update .github/workflows/test.yml

This commit is contained in:
Domen Kožar 2020-09-28 21:08:14 +03:00 committed by GitHub
parent 095a91f55a
commit c89fa3f644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)