Skip to content

Commit

Permalink
move test to windows machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgardo Carreras committed Jan 26, 2023
1 parent 53ab9b3 commit e25298c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand All @@ -23,8 +23,6 @@ jobs:
with:
toolchain: stable
override: true
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
- name: Run tests
run: cargo test
bump:
Expand Down

0 comments on commit e25298c

Please sign in to comment.