Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DjThunder authored Dec 30, 2023
1 parent a2afbf3 commit 062119f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
JDK_VERSION: ${{ matrix.jdk }}
AUDIODEV: "null"

steps:
- name: Checkout
Expand All @@ -36,9 +35,12 @@ jobs:
restore-keys: |
maven-${{ matrix.os }}-java${{ matrix.jdk }}-${{ hashFiles('**/pom.xml') }}-${{ hashFiles('**/app/build.gradle') }}
- name: Audio
- name: Audio Install
uses: LABSN/[email protected]

- name: Audio Start
run: net start audiosrv

- name: Maven
uses: stCarolas/[email protected]
with:
Expand Down

0 comments on commit 062119f

Please sign in to comment.