Skip to content

Commit

Permalink
WIP: upgrade fsxc
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 2, 2024
1 parent 9feb545 commit d3bf19d
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
run: |
dotnet new tool-manifest
# we need to install specific version because of this bug: https://github.com/dotnet/sdk/issues/24037
dotnet tool install fsxc --version 0.5.9.1
dotnet tool install fsxc
dotnet fsxc --version
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
Expand Down Expand Up @@ -124,8 +125,9 @@ jobs:
run: |
dotnet new tool-manifest
# we need to install specific version because of this bug: https://github.com/dotnet/sdk/issues/24037
dotnet tool install fsxc --version 0.5.9.1
dotnet tool install fsxc
dotnet fsxc --version
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
Expand Down Expand Up @@ -183,8 +185,9 @@ jobs:
run: |
dotnet new tool-manifest
# we need to install specific version because of this bug: https://github.com/dotnet/sdk/issues/24037
dotnet tool install fsxc --version 0.5.9.1
dotnet tool install fsxc
dotnet fsxc --version
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
Expand Down Expand Up @@ -320,8 +323,9 @@ jobs:
run: |
dotnet new tool-manifest
# we need to install specific version because of this bug: https://github.com/dotnet/sdk/issues/24037
dotnet tool install fsxc --version 0.5.9.1
dotnet tool install fsxc
dotnet fsxc --version
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
Expand Down Expand Up @@ -364,8 +368,9 @@ jobs:
run: |
dotnet new tool-manifest
# we need to install specific version because of this bug: https://github.com/dotnet/sdk/issues/24037
dotnet tool install fsxc --version 0.5.9.1
dotnet tool install fsxc
dotnet fsxc --version
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
Expand Down Expand Up @@ -407,8 +412,9 @@ jobs:
run: |
dotnet new tool-manifest
# we need to install specific version because of this bug: https://github.com/dotnet/sdk/issues/24037
dotnet tool install fsxc --version 0.5.9.1
dotnet tool install fsxc
dotnet fsxc --version
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
Expand Down

0 comments on commit d3bf19d

Please sign in to comment.