This is an automated email from the ASF dual-hosted git repository.

chunshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/horaedb-client-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f1cc09  chore(ci): Replace archived actions-rs actions (#56)
1f1cc09 is described below

commit 1f1cc09a9b37298f464f6c87297750f63e043469
Author: Jacob Wujciak-Jens <[email protected]>
AuthorDate: Fri Jun 13 09:17:59 2025 +0200

    chore(ci): Replace archived actions-rs actions (#56)
---
 .github/workflows/release.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2cbb16e..e399853 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -29,11 +29,9 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Install stable toolchain
-        uses: actions-rs/toolchain@v1
-        with:
-          profile: minimal
-          toolchain: stable
-          override: true
+        run: |
+           rustup toolchain add --profile=minimal stable
+           rustup override set stable
 
       - run: cargo publish
         env:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to