Skip to content

Commit 42718a7

Browse files
committed
wip
1 parent a1e5bef commit 42718a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- uses: actions/setup-node@v1
1616
with:
1717
node-version: 12
18+
- run: sudo apt install gfortran
19+
- run: cd reference && make && cd ..
1820
- run: npm ci
1921
- run: npm test
2022
- run: npm run build

0 commit comments

Comments
 (0)