Skip to content

Commit

Permalink
docs - rtx - more cache/erl/elixir install time notes
Browse files Browse the repository at this point in the history
  • Loading branch information
IdiosApps committed Jul 21, 2023
1 parent ccdb3fc commit 3be9734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/garden/rtx-asdf/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ steps:
- uses: jdxcode/rtx-action@v1
```

I ran [this](https://github.com/IdiosApps/havvk/blob/master/.github/workflows/rtx-action-check.yml) as a workflow dispatch. The first run took 3m36s, but [the second run (started soon after) took only 20 seconds](https://github.com/IdiosApps/havvk/actions/runs/5627022179/job/15248908167)! GitHub Actions seems to have nicely cached the worker for my `master` branch (270MB total). Apparently there's a [10GB total limit](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) - though I can't see how long it lasts. That's cool though!
I ran [this](https://github.com/IdiosApps/havvk/blob/master/.github/workflows/rtx-action-check.yml) as a workflow dispatch. The first run took 3m36s (it takes a while locally to install Elixir & Erlang too), but [the second run (started soon after) took only 20 seconds](https://github.com/IdiosApps/havvk/actions/runs/5627022179/job/15248908167)! GitHub Actions seems to have nicely cached the worker for my `master` branch (270MB total). Apparently there's a [10GB total limit](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) - though I can't see how long it lasts. That's cool though - our action *just works* in CI, is super clean, and in Public GitHub they help us keep things fast with zero-configuration caches!

# ... but my versions for different tools are scattered around my source!

Expand Down

0 comments on commit 3be9734

Please sign in to comment.