Skip to content

Commit 9c57ba3

Browse files
committed
ci(build): fix syntax error
1 parent 9da9fcb commit 9c57ba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
with:
4040
dotnet-version: 10.x.x
4141
- uses: actions-rust-lang/setup-rust-toolchain@v1
42-
toolchain: 1.88
4342
name: Setup Rust
4443
with:
4544
targets: ${{ contains(matrix.os, 'macos') && 'x86_64-apple-darwin' || '' }}
45+
toolchain: 1.88
4646
- name: Cargo build
4747
run: cargo build --release
4848
- name: Create macOS Universal Binary

0 commit comments

Comments
 (0)