Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream changes #2

Open
wants to merge 383 commits into
base: main
Choose a base branch
from
Open

Merge upstream changes #2

wants to merge 383 commits into from

Conversation

ylemkimon
Copy link
Owner

No description provided.

kotewar and others added 30 commits May 30, 2022 06:36
…he-version

Upgraded @actions/cache to 2.0.5
Add sample cache for Erlang with Rebar3
…-v2.0.6

Updated @actions/cache to v2.0.6
…-v2.0.6

Updated README file with release info
Fixed bad yaml in README example
The default `STACK_ROOT` is `~/.stack` only on Unix-like operating systems. On Windows, the default is `%APPDATA%/stack` (usually `%HOME%\AppData\Roaming\stack`).

On Unix-like OSs, Stack stores GHC and other tools in a `programs` directory in the `STACK_ROOT`. On Windows, Stack stores those tools and MSYS2 in `%LOCALAPPDATA%\Programs\stack` (usually `%HOME%\AppData\Local\Programs\stack`).
Fixes autoassign reviewer for PRs from forked repos.
Adapt existing Haskell Stack example for Windows
In Clojure, Lein tool is used to generate template for various projects.
Lein project metadata (including project dependencies) are stored in
prject.clj (in root directory) file. Lein downloads dependencies in
classpath (~/.m2/repository). So here I am caching ~/.m2/repository path
for reusing cache in subsequent builds.
Add kotewar and remove phantsure from auto-assignees lists
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Make it more obvious that the cache call does double duty
* Consuming 3.0 actions/cache

* formatting and error

* updated package version

* resolve package

* dist

* review comment

* dist

* dist
takost and others added 30 commits December 14, 2023 15:30
feat: save-always flag
Co-authored-by: Bethany <bethanyj28@users.noreply.github.com>
Fix `fail-on-cache-miss` not working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet