diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 97432e1..7e32ecd 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -11,7 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: https://github.com/actions/checkout@v3 + + - uses: https://github.com/dtolnay/rust-toolchain@stable + + - name: Install flip-link + run: cargo install flip-link - name: Build run: cargo build \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index 3452809..aa32e79 100644 --- a/src/main.rs +++ b/src/main.rs @@ -104,6 +104,8 @@ fn main() -> ! { fn mouse_move(delay: &mut Delay, wait_time: u32, v: i8) { delay.delay_ms(wait_time); + // dummy comment for actions testing + let rep = MouseReport { x: 0, y: v,