Update build.yml

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

@ -13,7 +13,7 @@ jobs:
steps:
- name: Install Dependencies
run: apt install nasm gcc
run: sudo apt-get install nasm gcc
- uses: actions/checkout@v2
- name: Create ISO

Loading…
Cancel
Save