Skip to content

Commit

Permalink
Add ASDF example
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Feb 16, 2024
1 parent a2ed59d commit 5ae08ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples.md
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@
- [Swift, Objective-C - CocoaPods](#swift-objective-c---cocoapods)
- [Swift - Swift Package Manager](#swift---swift-package-manager)
- [Swift - Mint](#swift---mint)
- [* - ASDF](#---asdf)
- [* - Bazel](#---bazel)

## C# - NuGet
@@ -659,6 +660,19 @@ steps:
${{ runner.os }}-mint-
```

## * - ASDF

[ASDF](https://asdf-vm.com):

```yaml
- name: Cache ASDF
uses: actions/cache@v4
with:
path: ~/.asdf/
key: ${{ runner.os }}-asdf-${{ hashFiles('.tool-versions') }}
restore-keys: ${{ runner.os }}-asdf-
```

## * - Bazel

[`bazelisk`](https://github.com/bazelbuild/bazelisk) does not have be to separately downloaded and installed because it's already included in GitHub's `ubuntu-latest` and `macos-latest` base images.

0 comments on commit 5ae08ac

Please sign in to comment.