Skip to content

Commit 943560c

Browse files
committed
Fixing up push CI.
1 parent b245819 commit 943560c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
sudo dpkg -i pandoc.deb
1414
sudo apt-get install nasm
1515
sudo apt-get install fonts-stix
16+
sudo apt-get install libunistring-dev
1617
- name: Install Racket
1718
uses: Bogdanp/setup-racket@v1.5
1819
with:
@@ -22,6 +23,7 @@ jobs:
2223
version: '8.1'
2324
- name: Build and test
2425
run: |
26+
export LINK_DIR=/usr/lib/x86_64-linux-gnu
2527
raco pkg install langs/
2628
raco make www/main.scrbl
2729
raco test langs

0 commit comments

Comments
 (0)