fix(release): skip blacksmith rust-cache on windows jobs (#1195)
This commit is contained in:
@@ -188,6 +188,7 @@ jobs:
|
||||
targets: ${{ matrix.target }}
|
||||
|
||||
- uses: useblacksmith/rust-cache@f53e7f127245d2a269b3d90879ccf259876842d5 # v3
|
||||
if: runner.os != 'Windows'
|
||||
|
||||
- name: Install cross-compilation toolchain (Linux)
|
||||
if: runner.os == 'Linux' && matrix.cross_compiler != ''
|
||||
|
||||
Reference in New Issue
Block a user