diff options
author | Domen Kožar <domen@dev.si> | 2020-08-30 22:52:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 22:52:34 +0200 |
commit | f38fe24346ca6b0201aed716db9cf47336a708ee (patch) | |
tree | db1a03e9bc225ecd68b74c43c027ec35886d9a69 /.github/workflows | |
parent | 8757e7022a9b407b69f173b3793fababf1e8ed84 (diff) |
speed up CI
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e16e6c62d..1f504a8ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,5 +13,7 @@ jobs: with: fetch-depth: 0 - uses: cachix/install-nix-action@v10 + 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) |