Update main.yml #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: C/C++ CI | |
on: | |
push: | |
branches: [ "linux-rolling-stable" ] | |
pull_request: | |
branches: [ "linux-rolling-stable" ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: debootstrap directory | |
run: mkdir debootstrap | |
- name: install debootstrap | |
run: sudo apt-get install debootstrap | |
- name: debootstrap | |
run: sudo debootstrap --variant=minbase bookworm debootstrap/ |