mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 01:12:17 +01:00
require nix: warn, don't fail
This commit is contained in:
parent
cf0682951c
commit
2a126830d5
2 changed files with 2 additions and 2 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
@ -95341,7 +95341,7 @@ const idslib = new IdsToolbox({
|
|||
name: "magic-nix-cache",
|
||||
fetchStyle: "gh-env-style",
|
||||
idsProjectName: "magic-nix-cache-closure",
|
||||
requireNix: "fail",
|
||||
requireNix: "warn",
|
||||
});
|
||||
idslib.onMain(async () => {
|
||||
await setUpAutoCache(idslib);
|
||||
|
|
|
@ -305,7 +305,7 @@ const idslib = new IdsToolbox({
|
|||
name: "magic-nix-cache",
|
||||
fetchStyle: "gh-env-style",
|
||||
idsProjectName: "magic-nix-cache-closure",
|
||||
requireNix: "fail",
|
||||
requireNix: "warn",
|
||||
});
|
||||
|
||||
idslib.onMain(async () => {
|
||||
|
|
Loading…
Reference in a new issue