Skip to content

Update README.md

Update README.md #16

name: Build on Ubuntu Latest
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Setup Python
run: pip3 install kas
- name: Install required deps
run: sudo apt install chrpath diffstat
- name: build
run: kas build kas/bunch-linux.yml