Skip to content

Commit 2b5aed0

Browse files
committed
Update cargo dist version manually in github workflow
1 parent f6e0a12 commit 2b5aed0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-libsql-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
submodules: recursive
6060
- name: Install cargo-dist
61-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.4.2/cargo-dist-installer.sh | sh"
61+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.7.0/cargo-dist-installer.sh | sh"
6262
- id: plan
6363
run: |
6464
cargo dist plan ${{ !github.event.pull_request && format('--tag={0}', github.ref_name) || '' }} --output-format=json > dist-manifest.json
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
submodules: recursive
142142
- name: Install cargo-dist
143-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.4.2/cargo-dist-installer.sh | sh"
143+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.7.0/cargo-dist-installer.sh | sh"
144144
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
145145
- name: Fetch local artifacts
146146
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)