Skip to content

Commit b0a5619

Browse files
committed
set cache-provider and rewrite the repo
1 parent 35fbc71 commit b0a5619

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# but also really annoying to build CI around when it needs secrets to work right.)
7171
- id: plan
7272
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
7474
echo "cargo dist ran successfully"
7575
cat plan-dist-manifest.json
7676
echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
@@ -114,6 +114,7 @@ jobs:
114114
- uses: swatinem/rust-cache@v2
115115
with:
116116
key: ${{ join(matrix.targets, '-') }}
117+
cache-provider: buildjet
117118
- name: Install cargo-dist
118119
run: ${{ matrix.install_dist }}
119120
# Get the dist-manifest

Diff for: Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ targets = [
6464
pr-run-mode = "plan"
6565
# Whether to install an updater program
6666
install-updater = true
67+
cache-provider = "buildjet"
6768

6869
[workspace.metadata.dist.github-custom-runners]
6970
aarch64-unknown-linux-gnu = "buildjet-8vcpu-ubuntu-2204-arm"

0 commit comments

Comments
 (0)