Compare commits

..

1 Commits

Author SHA1 Message Date
05e95926d1 add ci action
Some checks failed
CI / Build and test (Windows) (push) Failing after 10s
CI / Build and test (Windows) (pull_request) Failing after 11s
CI / Build and test (ubuntu-latest) (push) Has been cancelled
CI / Build and test (ubuntu-latest) (pull_request) Successful in 1m6s
2025-11-12 01:27:20 +01:00

View File

@@ -17,6 +17,7 @@ jobs:
- name: Install Rust - name: Install Rust
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
if: runner.os == 'Linux'
- name: Cache cargo registry and git index - name: Cache cargo registry and git index
uses: actions/cache@v4 uses: actions/cache@v4