From da3e352a1cb631fef0e315b1b04bc7c01648a95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Tr=C5=A1ko?= Date: Fri, 3 Jul 2020 10:36:48 +0100 Subject: [PATCH] fixup! Using install-nix-actions per Justin's advice --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea89dd1..d8f65dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,4 @@ jobs: steps: - uses: actions/checkout@v2 - uses: cachix/install-nix-action@v9 - - run: ./tests.bash + - run: ./test.bash