-
-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! ci: regenerate workflow files
- Loading branch information
1 parent
e606188
commit bfbe65c
Showing
3 changed files
with
6 additions
and
0 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 |
---|---|---|
|
@@ -37,6 +37,8 @@ jobs: | |
- name: "Install Rust (ARM)" | ||
shell: bash | ||
run: "rustup target add aarch64-apple-darwin" | ||
- name: "Cache cargo" | ||
uses: mozilla-actions/[email protected] | ||
- name: "Install System Deps" | ||
shell: bash | ||
run: "env CI=yes PATH=$PATH ./get-deps" | ||
|
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 |
---|---|---|
|
@@ -40,6 +40,8 @@ jobs: | |
- name: "Install Rust (ARM)" | ||
shell: bash | ||
run: "rustup target add aarch64-apple-darwin" | ||
- name: "Cache cargo" | ||
uses: mozilla-actions/[email protected] | ||
- name: "Install System Deps" | ||
shell: bash | ||
run: "env CI=yes PATH=$PATH ./get-deps" | ||
|
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 |
---|---|---|
|
@@ -25,6 +25,8 @@ jobs: | |
- name: "Install Rust (ARM)" | ||
shell: bash | ||
run: "rustup target add aarch64-apple-darwin" | ||
- name: "Cache cargo" | ||
uses: mozilla-actions/[email protected] | ||
- name: "Install System Deps" | ||
shell: bash | ||
run: "env CI=yes PATH=$PATH ./get-deps" | ||
|