From 4b23a71a7d2cd72e4af5142ed0e28602e0c852ff Mon Sep 17 00:00:00 2001 From: Nicolas Bareil Date: Fri, 26 Jul 2024 08:43:42 +0200 Subject: [PATCH] Update nix_shell_bundle.yml --- .github/workflows/nix_shell_bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix_shell_bundle.yml b/.github/workflows/nix_shell_bundle.yml index 9660736..d97fff3 100644 --- a/.github/workflows/nix_shell_bundle.yml +++ b/.github/workflows/nix_shell_bundle.yml @@ -8,7 +8,7 @@ env: jobs: build: - runs-on: [ Linux, self-hosted ] + runs-on: [ Linux ] steps: - uses: actions/checkout@v3