Skip to content

Commit 5781e22

Browse files
committed
Run Fable only with net6
1 parent b6c08e5 commit 5781e22

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/fable.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ jobs:
2121
uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: |
24-
8.0.x
25-
7.0.x
2624
6.0.x
2725
- name: Restore tools
2826
run: dotnet tool restore
2927
- name: Install fable
30-
run: dotnet tool install --global Fable --version 3.7.20
28+
run: dotnet tool install --global Fable --version 3.7.22
3129
- name: Use Node.js
3230
uses: actions/setup-node@v1
3331
with:

0 commit comments

Comments
 (0)