Skip to content

Commit eee11b5

Browse files
committed
🔧 fix(ci): Build mds-converter in ci pipeline
1 parent 8aba75a commit eee11b5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

+13
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ jobs:
2323
otp-version: '26.0'
2424
version-type: 'loose'
2525

26+
- name: Install system dependencies
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install -y stack make
30+
stack setup
31+
32+
- name: Build parser
33+
run: |
34+
cd mds-converter
35+
mkdir -p build runnable
36+
make build
37+
working-directory: ./mds-converter
38+
2639
- name: Restore cache
2740
uses: actions/cache@v4
2841
with:

0 commit comments

Comments
 (0)