Reverted to previous state

This commit is contained in:
2021-02-16 11:30:17 +01:00
parent e430178c82
commit 7765fc084d
4 changed files with 20 additions and 34 deletions

18
.github/workflows/vulcanos.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: vulcanos
on:
push:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
- name: Build vulcanos
run: |
sudo apt update && sudo apt install -y nasm grub-pc-bin mtools xorriso
sudo ln -s /usr/bin/gcc /usr/bin/i686-elf-gcc
sudo ln -s /usr/bin/ld /usr/bin/i686-elf-ld
make clean all