Compare commits

...
1 Commits
Author SHA1 Message Date
marvin 906152c9d7 fix: update integration test workflow to use dtolnay/rust-toolchain@stable and fix indentation
Integration Tests / integration-test (pull_request) Failing after 17s
2026-05-05 21:23:02 +00:00
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Rust - name: Install Rust
uses: dtolnay/rust-action@stable uses: dtolnay/rust-toolchain@stable
- name: Install Podman - name: Install Podman
run: | run: |