Skip to content

Commit 7ffcf73

Browse files
authored
Use Fable together with net 7.0.200
1 parent 26f0b20 commit 7ffcf73

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/fable.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -32,7 +38,7 @@ jobs:
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
@@ -49,7 +55,7 @@ jobs:
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:

0 commit comments

Comments
 (0)