We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ccb90 commit cc4224cCopy full SHA for cc4224c
1 file changed
.github/workflows/langs.yml
@@ -15,6 +15,10 @@ jobs:
15
uses: actions/checkout@main
16
- name: Install nasm
17
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
22
- name: Install Racket
23
uses: Bogdanp/setup-racket@v1.5
24
with:
0 commit comments