Skip to content

Commit e5294c8

Browse files
committed
[workflows]: made rustup update first before release
1 parent 699a8be commit e5294c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-toochain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
submodules: 'recursive'
17+
- name: Update
18+
run: rustup update
1719
- name: build
1820
run: ./build.sh
1921
- name: Upload a Build Artifact

0 commit comments

Comments
 (0)