From e1e3597ad8c4b78488ec3d05236b845fffbd4303 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 14 Feb 2023 10:31:07 +0100 Subject: [PATCH] Build and cache nitter-unstable --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 646b490..7652a7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,7 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: nix build '.#fennel-ls' - run: nix build '.#luarocks-jsregexp' + - run: nix build '.#nitter-unstable' - run: nix build '.#q' - run: nix build '.#website-docs-nifoc-pw' @@ -38,5 +39,6 @@ jobs: - run: nix build '.#cliclick' - run: nix build '.#fennel-ls' - run: nix build '.#luarocks-jsregexp' + - run: nix build '.#nitter-unstable' - run: nix build '.#phantomjs' - run: nix build '.#q'