Skip to content

Commit 2e7fd01

Browse files
committed
try using stable
1 parent aa59acf commit 2e7fd01

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/artifacts.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: ./.github/actions/setup-rust
2424
with:
2525
target: aarch64-unknown-linux-gnu
26-
version: nightly
26+
version: stable
2727
- run: |
2828
sudo apt-get update && sudo apt-get install -y g++-aarch64-linux-gnu libssl-dev
2929
mkdir .cargo
@@ -66,7 +66,7 @@ jobs:
6666
- uses: ./.github/actions/setup-rust
6767
with:
6868
target: aarch64-apple-darwin
69-
version: nightly
69+
version: stable
7070
- run: cargo build --release
7171
working-directory: ./cli
7272
- run: cargo build --release --target aarch64-apple-darwin
@@ -98,7 +98,7 @@ jobs:
9898
submodules: true
9999
- uses: ./.github/actions/setup-rust
100100
with:
101-
version: nightly
101+
version: stable
102102
- run: Remove-Item -LiteralPath "C:\msys64\" -Force -Recurse
103103
- run: cargo build --release
104104
working-directory: ./cli
@@ -121,7 +121,7 @@ jobs:
121121
submodules: true
122122
- uses: ./.github/actions/setup-rust
123123
with:
124-
version: nightly
124+
version: stable
125125
- uses: actions/setup-python@v4
126126
with:
127127
python-version: "3.12"
@@ -153,7 +153,7 @@ jobs:
153153
if: github.event_name == 'release' && matrix.architecture != 'x86_64'
154154
- uses: ./.github/actions/setup-rust
155155
with:
156-
version: nightly
156+
version: stable
157157
- run: sed 's/%arch%/${{ matrix.architecture }}/g' .github/workflows/manylinux_build.sh | sed 's/%for_each_version%/${{ github.event_name == 'release' || '' }}/g' > .github/workflows/manylinux_build_script.sh
158158
- run: docker run -v "$(pwd)":/workdir --platform linux/${{ matrix.architecture }} quay.io/pypa/manylinux2014_${{ matrix.architecture }} /bin/bash /workdir/.github/workflows/manylinux_build_script.sh
159159
if: github.event_name == 'release' || matrix.architecture == 'x86_64'
@@ -178,7 +178,7 @@ jobs:
178178
if: github.event_name == 'release' && matrix.architecture != 'x86_64'
179179
- uses: ./.github/actions/setup-rust
180180
with:
181-
version: nightly
181+
version: stable
182182
- run: sed 's/%arch%/${{ matrix.architecture }}/g' .github/workflows/musllinux_build.sh | sed 's/%for_each_version%/${{ github.event_name == 'release' || '' }}/g' > .github/workflows/musllinux_build_script.sh
183183
- run: docker run -v "$(pwd)":/workdir --platform linux/${{ matrix.architecture }} quay.io/pypa/musllinux_1_2_${{ matrix.architecture }} /bin/bash /workdir/.github/workflows/musllinux_build_script.sh
184184
if: github.event_name == 'release' || matrix.architecture == 'x86_64'
@@ -201,11 +201,11 @@ jobs:
201201
- uses: ./.github/actions/setup-rust
202202
with:
203203
target: aarch64-apple-darwin
204-
version: nightly
204+
version: stable
205205
- uses: ./.github/actions/setup-rust
206206
with:
207207
target: x86_64-apple-darwin
208-
version: nightly
208+
version: stable
209209
- uses: actions/setup-python@v5
210210
with:
211211
python-version: "3.12"
@@ -237,7 +237,7 @@ jobs:
237237
submodules: true
238238
- uses: ./.github/actions/setup-rust
239239
with:
240-
version: nightly
240+
version: stable
241241
- uses: actions/setup-python@v4
242242
with:
243243
python-version: "3.12"

0 commit comments

Comments
 (0)