Skip to content

Commit bda3f80

Browse files
committed
fix: fix publish action :(
1 parent 95787ff commit bda3f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
- name: Install Rust
8686
uses: actions-rs/toolchain@v1
8787
with:
88-
target: ${{ matrix.target }}
8988
profile: default
90-
toolchain: 1.66.1
89+
toolchain: 1.73.0
90+
target: ${{ matrix.target }}
9191
default: true
9292

9393
- name: Install gnu gcc

0 commit comments

Comments
 (0)