We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136a4a9 commit 7e64699Copy full SHA for 7e64699
.github/workflows/manual-release.yml
@@ -44,8 +44,10 @@ jobs:
44
include:
45
- platform: "macos-latest"
46
args: "--target aarch64-apple-darwin"
47
+ target: "aarch64-apple-darwin"
48
49
args: "--target x86_64-apple-darwin"
50
+ target: "x86_64-apple-darwin"
51
- platform: "ubuntu-22.04"
52
args: ""
53
- platform: "windows-latest"
@@ -63,7 +65,7 @@ jobs:
63
65
- name: Install Rust stable
64
66
uses: dtolnay/rust-toolchain@stable
67
with:
- targets: ${{ matrix.args && (matrix.args | regex_replace('.*--target\s+(\S+).*', '\1')) || '' }}
68
+ targets: ${{ matrix.target || '' }}
69
70
- name: Install dependencies (Ubuntu only)
71
if: matrix.platform == 'ubuntu-22.04'
0 commit comments