Skip to content

Commit 401224e

Browse files
committed
Try to fix publish libatomic1.so.1 error - I don't know why this happen :/
1 parent 7958cf7 commit 401224e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
target: ${{ matrix.target }}
112112
manylinux: ${{ matrix.manylinux }}
113113
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }}
114-
rust-toolchain: ${{ (matrix.os == 'windows' && '1.77') || 'stable' }}
114+
rust-toolchain: '1.80.1'
115115
docker-options: -e CI
116116

117117
- run: ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/

CHANGELOG

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)