Skip to content

Commit

Permalink
Use -closure ids
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Mar 6, 2024
1 parent 1b7beca commit 455b918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function getCacherUrl() : string {
const runnerArch = process.env.RUNNER_ARCH;
const runnerOs = process.env.RUNNER_OS;
const binarySuffix = `${runnerArch}-${runnerOs}`;
const urlPrefix = `https://install.determinate.systems/magic-nix-cache-priv`;
const urlPrefix = `https://install.determinate.systems/magic-nix-cache-closure`;
if (core.getInput('source-url')) {
return core.getInput('source-url');
}
Expand Down

0 comments on commit 455b918

Please sign in to comment.