File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 99 ]
1010 },
1111 "fsdocs-tool" : {
12- "version" : " 17.2.3 " ,
12+ "version" : " 16.1.1 " ,
1313 "commands" : [
1414 " fsdocs"
1515 ]
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - uses : actions/checkout@v2
16+ - name : Restore
17+ run : git submodule update --init --recursive
18+ - name : Remove global json
19+ run : rm global.json
1620 - name : Setup .NET Core
1721 uses : actions/setup-dotnet@v1
1822 with :
2125 run : git submodule update --init --recursive
2226 - name : Restore tools
2327 run : dotnet tool restore
24- - name : Install fable
25- run : dotnet tool install --global Fable --version 3.7.20
2628 - name : Use Node.js
2729 uses : actions/setup-node@v1
2830 with :
3234 run : npm install
3335 - name : Run Fable tests
3436 working-directory : tests/FSharpPlusFable.Tests
35- run : fable . --outDir bin --runScript ./bin
37+ run : dotnet fable . --outDir bin --runScript ./bin
3638
3739 testFable3SubsetOnCore :
3840 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments