Update and rename build.yml to libfdkaac.yml

This commit is contained in:
Daniel Stankewitz
2022-03-22 18:46:22 +01:00
committed by GitHub
parent f2650e526d
commit 37498178d4
2 changed files with 50 additions and 23 deletions

View File

@ -1,23 +0,0 @@
name: Build FFmpeg
on:
workflow_dispatch:
inputs:
config:
description: 'Configuration'
required: true
default: 'Debug'
jobs:
ffmpeg:
runs-on: windows-2022
needs: []
steps:
- name: Configure
shell: cmd
run: |
wsl -l -o
wsl --install -d Debian
wsl -l -v