ci: add mingw to path for asset upload job
This commit is contained in:
parent
3571c5d6f7
commit
b57469d16e
5
.github/workflows/upload-assets.yml
vendored
5
.github/workflows/upload-assets.yml
vendored
@ -34,6 +34,11 @@ jobs:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
override: true
|
||||
|
||||
- name: Add mingw64 to path for x86_64-gnu
|
||||
run: echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
|
||||
if: matrix.rust == 'nightly-x86_64-gnu'
|
||||
shell: bash
|
||||
|
||||
- name: Install cargo-make
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user