Skip to content

Commit f241f57

Browse files
committed
Fix: use Rust 2024
1 parent 6fde67d commit f241f57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
# but also really annoying to build CI around when it needs secrets to work right.)
7777
- id: plan
7878
run: |
79+
rustup update
7980
cd server
8081
dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan' }} --output-format=json > plan-dist-manifest.json
8182
echo "dist ran successfully"
@@ -143,6 +144,7 @@ jobs:
143144
${{ matrix.packages_install }}
144145
- name: Build artifacts
145146
run: |
147+
rustup update
146148
cd server
147149
./bt prerelease
148150
# Actually do builds and make zips and whatnot

0 commit comments

Comments
 (0)