Skip to content

Commit

Permalink
Update referenced version of actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Mar 29, 2023
1 parent 518e9e6 commit 03ab85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A GitHub Action for downloading and installing LLVM and Clang binaries.

The binaries will be added to the relevant environment variables for the platform after installation (e.g., `PATH`, `LD_LIBRARY_PATH`, and/or `DYLD_LIBRARY_PATH`). Caching is supported using the `actions/cache@v2` action as shown in an example below. The directory the binaries are installed to will be put in the `LLVM_PATH` environment variable.
The binaries will be added to the relevant environment variables for the platform after installation (e.g., `PATH`, `LD_LIBRARY_PATH`, and/or `DYLD_LIBRARY_PATH`). Caching is supported using the `actions/cache@v3` action as shown in an example below. The directory the binaries are installed to will be put in the `LLVM_PATH` environment variable.

Released under the Apache License 2.0.

Expand Down Expand Up @@ -90,7 +90,7 @@ This will only differ from the value of the `version` option when specifying a m
```yml
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
C:/Program Files/LLVM
Expand Down

0 comments on commit 03ab85b

Please sign in to comment.