File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 18
18
19
19
env :
20
20
PYTHON_VERSION : ' 3.10'
21
+ RUST_VERSION : ' 1.80.1'
21
22
22
23
permissions :
23
24
contents : read
41
42
- uses : actions/setup-python@v5
42
43
with :
43
44
python-version : ${{ env.PYTHON_VERSION }}
45
+ - uses : actions-rust-lang/setup-rust-toolchain@v1
46
+ with :
47
+ toolchain : ${{ env.RUST_VERSION }}
44
48
- name : Install dependencies
45
49
run : |
46
50
python3 -m ensurepip
77
81
- uses : actions/setup-python@v5
78
82
with :
79
83
python-version : ${{ env.PYTHON_VERSION }}
84
+ - uses : actions-rust-lang/setup-rust-toolchain@v1
85
+ with :
86
+ toolchain : ${{ env.RUST_VERSION }}
80
87
- name : Install dependencies
81
88
run : |
82
89
sudo apt-get update
@@ -109,6 +116,9 @@ jobs:
109
116
with :
110
117
python-version : ${{ env.PYTHON_VERSION }}
111
118
architecture : ${{ matrix.platform.target }}
119
+ - uses : actions-rust-lang/setup-rust-toolchain@v1
120
+ with :
121
+ toolchain : ${{ env.RUST_VERSION }}
112
122
- name : Install dependencies
113
123
run : |
114
124
choco install openssl
@@ -140,6 +150,9 @@ jobs:
140
150
- uses : actions/setup-python@v5
141
151
with :
142
152
python-version : ${{ env.PYTHON_VERSION }}
153
+ - uses : actions-rust-lang/setup-rust-toolchain@v1
154
+ with :
155
+ toolchain : ${{ env.RUST_VERSION }}
143
156
- name : Install dependencies
144
157
run : |
145
158
brew install openssl
You can’t perform that action at this time.
0 commit comments