diff --git a/.github/workflows/regenerate-nix-deps.yml b/.github/workflows/regenerate-nix-deps.yml index b5e3413d9d..2dd6363866 100644 --- a/.github/workflows/regenerate-nix-deps.yml +++ b/.github/workflows/regenerate-nix-deps.yml @@ -35,7 +35,7 @@ jobs: - name: Regenerate Dependencies run: | cd build/package/nix - nix shell nixpkgs#nuget-to-json nixpkgs#dotnetCorePackages.sdk_8_0 -c "./GenDeps.sh" + nix shell nixpkgs#nuget-to-json nixpkgs#dotnetCorePackages.sdk_10_0 -c "./GenDeps.sh" - name: Commit run: |