From d8060452d7a58308cc1045f6bbda11d4e909555c Mon Sep 17 00:00:00 2001 From: Mehrshad Date: Thu, 19 Oct 2023 14:37:51 +0330 Subject: [PATCH] WIP: fix dotnet not found on mono --- .github/workflows/CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 155057e..a62aa69 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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: | @@ -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: | @@ -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 @@ -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