mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 17:30:34 +01:00
Update fetch location
This commit is contained in:
parent
c1d27e11c3
commit
604b4f9ad2
2 changed files with 2 additions and 0 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
@ -95203,6 +95203,7 @@ async function tearDownAutoCache() {
|
|||
const idslib = new IdsToolbox({
|
||||
name: "magic-nix-cache",
|
||||
fetchStyle: "gh-env-style",
|
||||
idsProjectName: "magic-nix-cache-closure",
|
||||
});
|
||||
idslib.onMain(async () => {
|
||||
await setUpAutoCache(idslib);
|
||||
|
|
|
@ -304,6 +304,7 @@ async function tearDownAutoCache(): Promise<void> {
|
|||
const idslib = new IdsToolbox({
|
||||
name: "magic-nix-cache",
|
||||
fetchStyle: "gh-env-style",
|
||||
idsProjectName: "magic-nix-cache-closure",
|
||||
});
|
||||
|
||||
idslib.onMain(async () => {
|
||||
|
|
Loading…
Reference in a new issue