Compare commits

...
3 Commits
Author SHA1 Message Date
marvin bcf28b35c7 style: fix indentation in integration-test.yml
Integration Tests / integration-test (pull_request) Failing after 20s
2026-05-05 21:22:19 +00:00
marvin 2c30e59ac5 fix: use dtolnay/rust-toolchain@stable instead of @master 2026-05-05 21:20:46 +00:00
marvin a2095b7daa fix: use dtolnay/rust-toolchain@master instead of dtolnay/rust-action@stable 2026-05-05 21:19:46 +00:00
+1 -1
View File
@@ -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: |