Compare commits
11 commits
dc53c2f302
...
1846ff5faa
Author | SHA1 | Date | |
---|---|---|---|
1846ff5faa | |||
cb6736abcc | |||
b97ac16c70 | |||
ab095b9faf | |||
f7eb22f6ff | |||
61719b39c4 | |||
116f143fc7 | |||
4887486f19 | |||
eac279f8e8 | |||
7270332dda | |||
4623d9a32b |
2 changed files with 8 additions and 1 deletions
|
@ -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
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue