We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e4364 commit d6cd602Copy full SHA for d6cd602
.github/workflows/fable.yml
@@ -25,6 +25,8 @@ jobs:
25
run: git submodule update --init --recursive
26
- name: Restore tools
27
run: dotnet tool restore
28
+ - name: Install fable
29
+ run: dotnet tool install --global Fable --version 3.7.20
30
- name: Use Node.js
31
uses: actions/setup-node@v1
32
with:
0 commit comments