Skip to content

Commit 7aa0497

Browse files
committed
typo
1 parent c15379a commit 7aa0497

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
}
7474
shell: pwsh
7575

76-
- name: Verify toolchain
77-
run: |
78-
where i686-w64-mingw32-gcc
79-
where x86_64-w64-mingw32-gcc
80-
shell: pwsh
76+
- name: Verify toolchain
77+
run: |
78+
where i686-w64-mingw32-gcc
79+
where x86_64-w64-mingw32-gcc
80+
shell: pwsh
8181

8282
- name: Build for ${{ matrix.target }}
8383
run: cargo build --release --target=${{ matrix.target }}

0 commit comments

Comments
 (0)