Update and rename build.yml to libfdkaac.yml
This commit is contained in:

committed by
GitHub

parent
f2650e526d
commit
37498178d4
23
.github/workflows/build.yml
vendored
23
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user