Skip to content

.github/workflows/Build.yml #5

.github/workflows/Build.yml

.github/workflows/Build.yml #5

Workflow file for this run

on:
workflow_dispatch:
jobs:
run_build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Prepare the environment
run: sudo apt update
sudo apt -y upgrade
run: sudo apt -y install python-is-python3 build-essential openssl pip python3-virtualenv python2.7 openssl

Check failure on line 18 in .github/workflows/Build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Build.yml

Invalid workflow file

The workflow is not valid. .github/workflows/Build.yml (Line: 18, Col: 6): 'run' is already defined .github/workflows/Build.yml (Line: 19, Col: 6): 'run' is already defined
run: sudo apt-get -y install git-all aptitude make gcc libtinfo5
run: sudo aptitude -y install libssl-dev
- name: make script file executable
run: chmod +x build_kernel.sh
- name: Run script file
run: ./build_kernel.sh