Skip to content

Fix the github actions #7

Fix the github actions

Fix the github actions #7

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@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: "amd64,386"
- name: Set up NASM
uses: ilammy/setup-nasm@v1
- name: Test
run: script -q -e -c "QEMU=qemu-x86_64 ./test -DHEADLESS lisp/tester.asm"