fix: use dtolnay/rust-toolchain@stable instead of dtolnay/rust-action@stable
Some checks failed
Integration Tests / integration-test (pull_request) Failing after 18s
Some checks failed
Integration Tests / integration-test (pull_request) Failing after 18s
This commit is contained in:
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-action@stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install Podman
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user