Skip to content

Fix the github actions #17

Fix the github actions

Fix the github actions #17

Workflow file for this run

name: lisp
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up NASM
uses: ilammy/setup-nasm@v1
- name: Set up QEMU
run: sudo apt-get install -y qemu
- name: Test
run: script -q -e -c "./test -DHEADLESS lisp/tester.asm"