Skip to content

Commit cc4224c

Browse files
committed
Add libunistrings to langs CI.
1 parent 09ccb90 commit cc4224c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/langs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
uses: actions/checkout@main
1616
- name: Install nasm
1717
run: sudo apt-get install nasm
18+
- name: Install libunistring
19+
run: |
20+
sudo apt-get install libunistring2
21+
sudo apt-get install libunistring-dev
1822
- name: Install Racket
1923
uses: Bogdanp/setup-racket@v1.5
2024
with:

0 commit comments

Comments
 (0)