Skip to content

Commit

Permalink
feat: add volume control (#90)
Browse files Browse the repository at this point in the history
* feat: add volume control
  • Loading branch information
nini22P authored Mar 17, 2024
1 parent ac15703 commit e0b8160
Show file tree
Hide file tree
Showing 9 changed files with 355 additions and 430 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit e0b8160

Please sign in to comment.