We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da9fcb commit 9c57ba3Copy full SHA for 9c57ba3
1 file changed
.github/workflows/build.yml
@@ -39,10 +39,10 @@ jobs:
39
with:
40
dotnet-version: 10.x.x
41
- uses: actions-rust-lang/setup-rust-toolchain@v1
42
- toolchain: 1.88
43
name: Setup Rust
44
45
targets: ${{ contains(matrix.os, 'macos') && 'x86_64-apple-darwin' || '' }}
+ toolchain: 1.88
46
- name: Cargo build
47
run: cargo build --release
48
- name: Create macOS Universal Binary
0 commit comments