Create manual.yml

This commit is contained in:
John Davidson 2021-07-22 02:13:00 +03:00 committed by GitHub
parent b26f9cdbf7
commit 575a085cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/manual.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: 'Manual workflow'
on: 'workflow_dispatch'
jobs:
mll:
runs-on: 'ubuntu-latest'
steps:
- name: 'Install Prerequisites'
run: |
sudo apt install wget make gawk gcc bc bison flex xorriso libelf-dev libssl-dev
- name: 'Build MLL'
run: |
cd src
./build_minimal_linux_live.sh