-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,15 @@ Just copy and paste the following in your GitHub action: | |
|
||
``` | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
``` | ||
|
||
### Conditionally run cache and enable it | ||
|
||
``` | ||
- name: Run sccache-cache only on non-release runs | ||
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- name: Set Rust caching env vars only on non-release runs | ||
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' | ||
run: | | ||
|
@@ -36,7 +36,7 @@ Just copy and paste the following in your GitHub action: | |
|
||
``` | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
with: | ||
version: "v0.7.4" | ||
``` | ||
|
@@ -92,7 +92,7 @@ When using the action on GitHub Enterprise Server installations a valid GitHub.c | |
|
||
``` | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
with: | ||
token: ${{ secrets.MY_GITHUB_TOKEN }} | ||
``` | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters