Merge pull request 'Change' (#12) from actions_testing into master
Reviewed-on: #12
This commit is contained in:
commit
1846ff5faa
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