Fix racket CI

This commit is contained in:
Niklas Larsson 2020-06-18 16:00:26 +02:00 committed by GitHub
parent 649e1989e0
commit 3e53551d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v2
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y racket
- name: Build from bootstrap
run: make bootstrap-racket