Update github action

This commit is contained in:
RatzzFatzz
2025-02-04 00:39:13 +01:00
parent c63fcd4f37
commit bb4a686dfc

View File

@@ -9,6 +9,9 @@ jobs:
portable-build:
runs-on: ubuntu-latest
steps:
- name: Install mkvtoolnix
run: sudo apt-get install -y mkvtoolnix
- name: Checkout
uses: actions/checkout@v4
@@ -36,6 +39,9 @@ jobs:
windows-installer-build:
runs-on: windows-latest
steps:
- name: Install mkvtoolnix
run: winget install -y mkvtoolnix
- name: Checkout
uses: actions/checkout@v4