setup-clojure
setup-clojure copied to clipboard
GitHub Action to provision clojure's most popular build tools for Linux, Mac OS X and Windows.
Hiya! I am excited to see support for `deps.exe` (as `clojure.exe`) on Windows. Thanks so much for adding that as a feature! The current README suggests selecting via: ``` cmd-exe-workaround:...
``` Run DeLaGuardo/[email protected] [2](https://github.com/avelino/moclojer/runs/5322276602?check_suite_focus=true#step:4:2) with: [3](https://github.com/avelino/moclojer/runs/5322276602?check_suite_focus=true#step:4:3) cli: 1.10.2 [4](https://github.com/avelino/moclojer/runs/5322276602?check_suite_focus=true#step:4:4) github-token: *** [5](https://github.com/avelino/moclojer/runs/5322276602?check_suite_focus=true#step:4:5) env: [6](https://github.com/avelino/moclojer/runs/5322276602?check_suite_focus=true#step:4:6) JAVA_HOME: /opt/hostedtoolcache/GraalVM/21.0.0-java11-amd64/x64 [7](https://github.com/avelino/moclojer/runs/5322276602?check_suite_focus=true#step:4:7) JAVA_HOME_21.0.0.java11.amd64: /opt/hostedtoolcache/GraalVM/21.0.0-java11-amd64/x64 [8](https://github.com/avelino/moclojer/runs/5322276602?check_suite_focus=true#step:4:8) GRAALVM_HOME: /opt/hostedtoolcache/GraalVM/21.0.0-java11-amd64/x64 [9](https://github.com/avelino/moclojer/runs/5322276602?check_suite_focus=true#step:4:9) (node:1651) UnhandledPromiseRejectionWarning: Error: Unexpected HTTP response: 403...
I was still seeing the x86-64 version installed in my self-hosted arm64 runner when using version 9.5, even after destroying and recreating it. So it seemed like a caching thing.
This is needed on self-hosted runners which persist their tool caches locally where the "restore cache" step puts everything on GitHub-provided runners. So we have to ignore that for `invalidate-cache:...
Self-hosted runners persist a lot more across runs vs. GitHub-provided runners. Currently the code just skips cache restoration to the runner's local FS when `invalidate-cache: true` is set. However, the...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...
I'm using the attached actions file, trying to run on a Linux runner. (I added installation of zstd, because I got complaints about missing zstd around my problem ...). When...
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3. Release notes Sourced from undici's releases. v5.28.3 ⚠️ Security Release ⚠️ Fixes: CVE-2024-24758 Proxy-Authorization header not cleared on cross-origin redirect in fetch Full Changelog:...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.1 to 7.23.7. Release notes Sourced from @babel/traverse's releases. v7.23.7 (2023-12-29) :bug: Bug Fix babel-traverse #16191 fix: Crash when removing without Program (@liuxingbaoyu) babel-helpers, babel-plugin-proposal-decorators #16180 fix:...