From 97e66c86f506cdc2d565e7abf8896335cf616f3c Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 7 May 2020 06:43:50 -0400 Subject: [PATCH] Don't use Racket as installed by setup-racket in building --- .github/workflows/site-small.rkt | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/site-small.rkt b/.github/workflows/site-small.rkt index 2f8505a4f8..55b2e8606c 100644 --- a/.github/workflows/site-small.rkt +++ b/.github/workflows/site-small.rkt @@ -28,7 +28,6 @@ #:site-title (format "Snapshot: ~a" (current-stamp)) #:fail-on-client-failures #f (machine #:name "Racket BC (Ubuntu 18.04, x86_64)" - #:racket (prebuilt-racket) #:versionless? #true #:j 2) (machine #:name "Racket CS (Ubuntu 18.04, x86_64)"