Skip to content

Commit 6c762ec

Browse files
committed
Create Fable3 global json
1 parent 5781e22 commit 6c762ec

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/fable.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ jobs:
2121
uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: |
24+
8.0.x
25+
7.0.x
2426
6.0.x
2527
- name: Restore tools
2628
run: dotnet tool restore
29+
- name: Create global.json
30+
working-directory: tests/FSharpPlusFable.Tests
31+
run: mv fable3-global.json global.json
2732
- name: Install fable
2833
run: dotnet tool install --global Fable --version 3.7.22
2934
- name: Use Node.js
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "sdk": { "version": "6.0.201", "rollForward": "latestFeature" } }

0 commit comments

Comments
 (0)