Skip to content

Commit d6cd602

Browse files
committed
+ install fable 3
1 parent d3e4364 commit d6cd602

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/fable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: git submodule update --init --recursive
2626
- name: Restore tools
2727
run: dotnet tool restore
28+
- name: Install fable
29+
run: dotnet tool install --global Fable --version 3.7.20
2830
- name: Use Node.js
2931
uses: actions/setup-node@v1
3032
with:

0 commit comments

Comments
 (0)