|
1 | 1 | # This file was autogenerated by dist: https://github.com/astral-sh/cargo-dist |
2 | 2 | # |
3 | | -# Copyright 2022-2024, axodotdev |
4 | 3 | # Copyright 2025 Astral Software Inc. |
5 | 4 | # SPDX-License-Identifier: MIT or Apache-2.0 |
6 | 5 | # |
@@ -59,13 +58,12 @@ jobs: |
59 | 58 | steps: |
60 | 59 | - uses: actions/checkout@v4 |
61 | 60 | with: |
62 | | - persist-credentials: false |
63 | 61 | submodules: recursive |
64 | 62 | - name: Install dist |
65 | 63 | # we specify bash to get pipefail; it guards against the `curl` command |
66 | 64 | # failing. otherwise `sh` won't catch that `curl` returned non-0 |
67 | 65 | 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" |
69 | 67 | - name: Cache dist |
70 | 68 | uses: actions/upload-artifact@v4 |
71 | 69 | with: |
@@ -119,7 +117,6 @@ jobs: |
119 | 117 | git config --global core.longpaths true |
120 | 118 | - uses: actions/checkout@v4 |
121 | 119 | with: |
122 | | - persist-credentials: false |
123 | 120 | submodules: recursive |
124 | 121 | - name: Install Rust non-interactively if not already installed |
125 | 122 | if: ${{ matrix.container }} |
@@ -178,7 +175,6 @@ jobs: |
178 | 175 | steps: |
179 | 176 | - uses: actions/checkout@v4 |
180 | 177 | with: |
181 | | - persist-credentials: false |
182 | 178 | submodules: recursive |
183 | 179 | - name: Install cached dist |
184 | 180 | uses: actions/download-artifact@v4 |
@@ -228,7 +224,6 @@ jobs: |
228 | 224 | steps: |
229 | 225 | - uses: actions/checkout@v4 |
230 | 226 | with: |
231 | | - persist-credentials: false |
232 | 227 | submodules: recursive |
233 | 228 | - name: Install cached dist |
234 | 229 | uses: actions/download-artifact@v4 |
@@ -291,7 +286,6 @@ jobs: |
291 | 286 | steps: |
292 | 287 | - uses: actions/checkout@v4 |
293 | 288 | with: |
294 | | - persist-credentials: false |
295 | 289 | repository: "rust-mcp-stack/homebrew-tap" |
296 | 290 | token: ${{ secrets.HOMEBREW_TAP_TOKEN }} |
297 | 291 | # So we have access to the formula |
@@ -338,5 +332,4 @@ jobs: |
338 | 332 | steps: |
339 | 333 | - uses: actions/checkout@v4 |
340 | 334 | with: |
341 | | - persist-credentials: false |
342 | 335 | submodules: recursive |
0 commit comments