Update github action

This commit is contained in:
RatzzFatzz
2025-02-04 00:52:09 +01:00
parent bb4a686dfc
commit f6310c71ee

View File

@@ -15,6 +15,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set timezone
uses: szenius/set-timezone@v2.0
with:
timezoneLinux: "Europe/Berlin"
- name: Set up JDK 21 - name: Set up JDK 21
uses: actions/setup-java@v4.7.0 uses: actions/setup-java@v4.7.0
with: with:
@@ -40,11 +45,18 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Install mkvtoolnix - name: Install mkvtoolnix
run: winget install -y mkvtoolnix uses: crazy-max/ghaction-chocolatey@v3
with:
args: choco install mkvtoolnix -y
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set timezone
uses: szenius/set-timezone@v2.0
with:
timezoneWindows: "Berlin Standard Time"
- name: Set up JDK 21 - name: Set up JDK 21
uses: actions/setup-java@v4.7.0 uses: actions/setup-java@v4.7.0
with: with: