Skip to content

Commit

Permalink
WIP: fix dotnet not found on mono
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed Oct 19, 2023
1 parent 5edcee2 commit d806045
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: build in DEBUG mode
run: make
- name: sanity check
run: dotnet fsi scripts/sanitycheck.fsx
run: fsharpi scripts/sanitycheck.fsx
- name: run unit tests
run: fsharpi --define:LEGACY_FRAMEWORK scripts/runUnitTests.fsx

Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- name: build in DEBUG mode
run: make
- name: sanity check
run: dotnet fsi scripts/sanitycheck.fsx
run: fsharpi scripts/sanitycheck.fsx

- name: install
run: |
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- name: build in DEBUG mode
run: make
- name: sanity check
run: dotnet fsi scripts/sanitycheck.fsx
run: fsharpi scripts/sanitycheck.fsx

- name: install
run: |
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
- name: build in DEBUG mode
run: make
- name: sanity check
run: dotnet fsi scripts/sanitycheck.fsx
run: fsharpi scripts/sanitycheck.fsx
- name: run unit tests
run: fsharpi --define:LEGACY_FRAMEWORK scripts/runUnitTests.fsx

Expand Down Expand Up @@ -500,7 +500,7 @@ jobs:
- name: build in DEBUG mode
run: .\make.bat
- name: sanity check
run: dotnet fsi scripts/sanitycheck.fsx
run: .\Tools\fsi.bat scripts/sanitycheck.fsx
- name: run unit tests
run: .\Tools\fsi.bat scripts\runUnitTests.fsx

Expand Down

0 comments on commit d806045

Please sign in to comment.