We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b245819 commit 943560cCopy full SHA for 943560c
1 file changed
.github/workflows/push.yml
@@ -13,6 +13,7 @@ jobs:
13
sudo dpkg -i pandoc.deb
14
sudo apt-get install nasm
15
sudo apt-get install fonts-stix
16
+ sudo apt-get install libunistring-dev
17
- name: Install Racket
18
uses: Bogdanp/setup-racket@v1.5
19
with:
@@ -22,6 +23,7 @@ jobs:
22
23
version: '8.1'
24
- name: Build and test
25
run: |
26
+ export LINK_DIR=/usr/lib/x86_64-linux-gnu
27
raco pkg install langs/
28
raco make www/main.scrbl
29
raco test langs
0 commit comments