summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-08-30 22:52:34 +0200
committerGitHub <noreply@github.com>2020-08-30 22:52:34 +0200
commitf38fe24346ca6b0201aed716db9cf47336a708ee (patch)
treedb1a03e9bc225ecd68b74c43c027ec35886d9a69
parent8757e7022a9b407b69f173b3793fababf1e8ed84 (diff)
speed up CI
-rw-r--r--.github/workflows/test.yml2
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)