Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Update make.yml

Update make.yml #2

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/make.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/make.yml

Invalid workflow file

(Line: 24, Col: 7): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
push:
branches: [ "nightly" ]
pull_request:
branches: [ "nitghly" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
target: x86_64-unknown-none
components: rust-src
- name: Update Debian repositories
- run: sudo apt-get update
- name: Setup nasm
run: sudo apt-get install -y nasm
- name: Install xorriso
run: sudo apt-get install -y xorriso
- name: Install qemu
run: sudo apt-get install qemu-system-x86
- name: Run make
run: make