File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1414 # There's a limit of 60 concurrent jobs across all repos in the rust-lang organization.
1515 # In order to prevent overusing too much of that 60 limit, we throttle the
1616 # number of rustfmt jobs that will run concurrently.
17- max-parallel : 1
17+ max-parallel : 2
1818 fail-fast : false
1919 matrix :
2020 target : [
5050 profile : minimal
5151 default : true
5252
53+ - name : Add mingw32 to path for i686-gnu
54+ run : |
55+ echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH
56+ if : matrix.target == 'i686-pc-windows-gnu' && matrix.channel == 'nightly'
57+ shell : bash
58+
59+ - name : Add mingw64 to path for x86_64-gnu
60+ run : echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
61+ if : matrix.target == 'x86_64-pc-windows-gnu' && matrix.channel == 'nightly'
62+ shell : bash
63+
5364 - name : cargo-make
5465 run : cargo install --force cargo-make
5566
You can’t perform that action at this time.
0 commit comments