Skip to content

Commit ad8e6d6

Browse files
committed
install toolchain manually in release job
1 parent bf0aecf commit ad8e6d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

+8
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ jobs:
103103
- name: Checkout sources
104104
uses: actions/checkout@v4
105105

106+
- name: Install toolchain
107+
uses: actions-rs/toolchain@v1
108+
with:
109+
profile: minimal
110+
toolchain: stable
111+
target: x86_64-unknown-linux-gnu
112+
override: true
113+
106114
- uses: actions/download-artifact@v4
107115

108116
- run: ls -al bins-*

0 commit comments

Comments
 (0)