actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.36k stars 1.16k forks source link

Add ASDF example #1328

Open vorburger opened 4 months ago

vorburger commented 4 months ago

Description

Add https://github.com/asdf-vm example.

Motivation and Context

I came to this page looking for it and it wasn't here yet 😆

How Has This Been Tested?

I've used this on my https://github.com/enola-dev/enola/pull/482 and it looks like it works like this.

Types of changes

Checklist:

vorburger commented 4 months ago

I've used this on my https://github.com/enola-dev/enola/pull/482 and it looks like it works like this.

Oups, nope; it actually does not, due to https://github.com/asdf-vm/actions/issues/445!

I'll amend this with a workaround from that bug after I've tested it.

All the more useful to add this doc!

vorburger commented 4 months ago

I'll amend this with a workaround from that bug after I've tested it.

Voilà, like this it works.

vorburger commented 4 months ago

Voilà, like this it works.

Nope, still not... 😢 I'll amend this with another workaround from https://github.com/asdf-vm/actions/issues/235, after I've tested it.

vorburger commented 4 months ago

Voilà, like this it really works for me.