ci: add mingw to path for asset upload job

This commit is contained in:
Caleb Cartwright 2021-01-09 12:45:08 -06:00
parent 3571c5d6f7
commit b57469d16e

View File

@ -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: