From 67d5ff8beaf4064c176b823eda3257decc911927 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 19 May 2023 13:34:08 +0800 Subject: [PATCH] Update build step for building webring --- .github/workflows/build-webring.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-webring.yml b/.github/workflows/build-webring.yml index 3cb1d47..6503f28 100644 --- a/.github/workflows/build-webring.yml +++ b/.github/workflows/build-webring.yml @@ -12,7 +12,7 @@ jobs: with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Build webring - run: nix develop -c rake build_openring + run: nix develop -c rake build_webring - name: Commit the changes run: | # Show the commit as set by the Actions bot.