Update build.yml

malloc
Elias Almqvist 3 years ago committed by GitHub
parent 2b7e378d7d
commit afa886db31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/build.yml

@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: apt install nasm gcc
- uses: actions/checkout@v2
- name: Create ISO
run: make

Loading…
Cancel
Save