Skip to content

Commit 08c7d59

Browse files
committed
fix
1 parent d6b9b94 commit 08c7d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
cross build --release --locked --target=${{ matrix.target }} ${{ matrix.cargo_flags }}
164164
165165
- name: Build with Cargo (Unix)
166-
if: runner.os != 'Windows' && ${{ !matrix.cross }}
166+
if: runner.os != 'windows' && ${{ !matrix.cross }}
167167
shell: bash
168168
run: |
169169
#!/bin/bash

0 commit comments

Comments
 (0)