File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 sudo apt-get install fonts-stix
1616 sudo apt-get install libunistring-dev
1717 - name : Install Racket
18- uses : Bogdanp/setup-racket@v1.10
18+ uses : Bogdanp/setup-racket@v1.11
1919 with :
2020 architecture : ' x64'
2121 distribution : ' full'
2424 - name : Build and test
2525 run : |
2626 export LINK_DIR=/usr/lib/x86_64-linux-gnu
27+ raco pkg install --auto ziggy/
2728 raco pkg install langs/
2829 raco make www/main.scrbl
29- raco test langs
30+ xvfb-run raco test -p langs
3031 make -C www main
3132 - name : Archive www
3233 uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 2020@(define-syntax (shell-expand stx)
2121 (syntax-case stx ()
2222 [(_ s ... )
23- (parameterize ([current-directory (build-path notes "abscond " )])
23+ (parameterize ([current-directory (build-path notes "outlaw " )])
2424 (begin (apply shell (syntax->datum #'(s ... )))
2525 #'(void)))]))
2626
You can’t perform that action at this time.
0 commit comments