@@ -33,6 +33,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
+ default: true
components: rust-src
target: ${{ matrix.platform.target }}
@@ -67,6 +67,7 @@ jobs:
toolchain: stable
target: ${{ matrix.target.name }}
- name: Setup node
@@ -40,6 +40,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
+ with:
+ workspaces: tooling/bundler
- name: test
run: |
@@ -76,6 +78,7 @@ jobs:
profile: minimal
components: rustfmt, clippy
@@ -56,6 +56,8 @@ jobs:
toolchain: ${{ matrix.platform.toolchain }}
+
- name: install Linux dependencies
if: contains(matrix.platform.target, 'unknown-linux')