Compare commits

..

1 Commits

Author SHA1 Message Date
942fe52df4 add ci action
Some checks failed
CI / Build and test (Windows) (push) Failing after 8s
CI / Build and test (ubuntu-latest) (push) Successful in 1m7s
CI / Build and test (ubuntu-latest) (pull_request) Successful in 1m6s
CI / Build and test (Windows) (pull_request) Has been cancelled
2025-11-12 01:28:29 +01:00

View File

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