Skip to content

Fix the github actions #12

Fix the github actions

Fix the github actions #12

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
uses: docker/setup-qemu-action@v3
with:
platforms: "386"
- name: Test
run: script -q -e -c "QEMU=qemu-i386 ./test -DHEADLESS lisp/tester.asm"