File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 70
70
# but also really annoying to build CI around when it needs secrets to work right.)
71
71
- id : plan
72
72
run : |
73
- cargo dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan' }} --output-format=json > plan-dist-manifest.json
73
+ cargo dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan' }} --output-format=json | sed 's/axodotdev\/cargo-dist/arlyon\/cargo-dist/g' > plan-dist-manifest.json
74
74
echo "cargo dist ran successfully"
75
75
cat plan-dist-manifest.json
76
76
echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
@@ -114,6 +114,7 @@ jobs:
114
114
- uses : swatinem/rust-cache@v2
115
115
with :
116
116
key : ${{ join(matrix.targets, '-') }}
117
+ cache-provider : buildjet
117
118
- name : Install cargo-dist
118
119
run : ${{ matrix.install_dist }}
119
120
# Get the dist-manifest
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ targets = [
64
64
pr-run-mode = " plan"
65
65
# Whether to install an updater program
66
66
install-updater = true
67
+ cache-provider = " buildjet"
67
68
68
69
[workspace .metadata .dist .github-custom-runners ]
69
70
aarch64-unknown-linux-gnu = " buildjet-8vcpu-ubuntu-2204-arm"
You can’t perform that action at this time.
0 commit comments