File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,17 @@ jobs:
1717 run : git submodule update --init --recursive
1818 - name : Remove global json
1919 run : rm global.json
20+ - name : Setup .NET Core 7
21+ uses : actions/setup-dotnet@v1
22+ with :
23+ dotnet-version : 7.0.200
2024 - name : Setup .NET Core 6
2125 uses : actions/setup-dotnet@v1
2226 with :
2327 dotnet-version : 6.0.201
2428 - name : Restore tools
29+ run : dotnet tool restore
30+ - name : Install fable
2531 run : dotnet tool install --global Fable --version 3.7.20
2632 - name : Use Node.js
2733 uses : actions/setup-node@v1
3238 run : npm install
3339 - name : Run Fable tests
3440 working-directory : tests/FSharpPlusFable.Tests
35- run : fable . --outDir bin --runScript ./bin
41+ run : fable . --outDir bin --runScript ./bin
3642
3743 testFable3SubsetOnCore :
3844 runs-on : ubuntu-latest
4955 - name : Setup .NET Core 7
5056 uses : actions/setup-dotnet@v1
5157 with :
52- dotnet-version : 7.0.100
58+ dotnet-version : 7.0.200
5359 - name : Setup .NET Core 6
5460 uses : actions/setup-dotnet@v1
5561 with :
You can’t perform that action at this time.
0 commit comments