Skip to content

Commit da85e41

Browse files
committed
fix: homebrew build issue
1 parent 0f2c6cb commit da85e41

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file was autogenerated by dist: https://github.com/astral-sh/cargo-dist
22
#
3-
# Copyright 2022-2024, axodotdev
43
# Copyright 2025 Astral Software Inc.
54
# SPDX-License-Identifier: MIT or Apache-2.0
65
#
@@ -59,13 +58,12 @@ jobs:
5958
steps:
6059
- uses: actions/checkout@v4
6160
with:
62-
persist-credentials: false
6361
submodules: recursive
6462
- name: Install dist
6563
# we specify bash to get pipefail; it guards against the `curl` command
6664
# failing. otherwise `sh` won't catch that `curl` returned non-0
6765
shell: bash
68-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.6/cargo-dist-installer.sh | sh"
66+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.3/cargo-dist-installer.sh | sh"
6967
- name: Cache dist
7068
uses: actions/upload-artifact@v4
7169
with:
@@ -119,7 +117,6 @@ jobs:
119117
git config --global core.longpaths true
120118
- uses: actions/checkout@v4
121119
with:
122-
persist-credentials: false
123120
submodules: recursive
124121
- name: Install Rust non-interactively if not already installed
125122
if: ${{ matrix.container }}
@@ -178,7 +175,6 @@ jobs:
178175
steps:
179176
- uses: actions/checkout@v4
180177
with:
181-
persist-credentials: false
182178
submodules: recursive
183179
- name: Install cached dist
184180
uses: actions/download-artifact@v4
@@ -228,7 +224,6 @@ jobs:
228224
steps:
229225
- uses: actions/checkout@v4
230226
with:
231-
persist-credentials: false
232227
submodules: recursive
233228
- name: Install cached dist
234229
uses: actions/download-artifact@v4
@@ -291,7 +286,6 @@ jobs:
291286
steps:
292287
- uses: actions/checkout@v4
293288
with:
294-
persist-credentials: false
295289
repository: "rust-mcp-stack/homebrew-tap"
296290
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
297291
# So we have access to the formula
@@ -338,5 +332,4 @@ jobs:
338332
steps:
339333
- uses: actions/checkout@v4
340334
with:
341-
persist-credentials: false
342335
submodules: recursive

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = ["cargo:."]
66
# Path that installers should place binaries in
77
install-path = "~/.rust-mcp-stack/bin"
88
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
9-
cargo-dist-version = "0.28.6"
9+
cargo-dist-version = "0.28.3"
1010
# CI backends to support
1111
ci = "github"
1212
# The installers to generate for each app

0 commit comments

Comments
 (0)