Skip to content

Commit b57469d

Browse files
ci: add mingw to path for asset upload job
1 parent 3571c5d commit b57469d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/upload-assets.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
toolchain: ${{ matrix.rust }}
3535
override: true
3636

37+
- name: Add mingw64 to path for x86_64-gnu
38+
run: echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
39+
if: matrix.rust == 'nightly-x86_64-gnu'
40+
shell: bash
41+
3742
- name: Install cargo-make
3843
uses: actions-rs/cargo@v1
3944
with:

0 commit comments

Comments
 (0)