We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9195f8e commit d73b224Copy full SHA for d73b224
.github/workflows/reusable-build.yml
@@ -104,6 +104,13 @@ jobs:
104
echo 'codegen-units = 64' >> Cargo.toml
105
echo 'incremental = false' >> Cargo.toml
106
107
+ - name: Trim paths
108
+ shell: bash
109
+ run: |
110
+ echo $'\n' >> .cargo/config.toml
111
+ echo '[unstable]' >> .cargo/config.toml
112
+ echo 'trim-paths = true' >> .cargo/config.toml
113
+
114
- name: Check local cache
115
id: check_cache
116
if: ${{ inputs.profile == 'debug' && !startsWith(runner.name, 'GitHub Actions') && !inputs.skipable }}
0 commit comments