Skip to content

Commit

Permalink
fixup! ci: regenerate workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil-salame committed Oct 20, 2023
1 parent e606188 commit bfbe65c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gen_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gen_macos_continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gen_macos_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bfbe65c

Please sign in to comment.