Skip to content

Commit

Permalink
Update Spectre.Console dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamsker committed Mar 12, 2024
1 parent 9abfd07 commit 0092bd0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ jobs:

- name: Install Spectre dependency
run: |
dotnet tool install --global Spectre.Console --version ${{ matrix.spectre_version }}
dotnet tool install --global Spectre.Console.Cli --version ${{ matrix.spectre_version }}
dotnet tool install --global Spectre.Console.Testing --version ${{ matrix.spectre_version }}
dotnet remove package Spectre.Console
dotnet remove package Spectre.Console.Cli
dotnet remove package Spectre.Console.Testing
dotnet add package Spectre.Console --version ${{ matrix.spectre_version }}
dotnet add package Spectre.Console.Cli --version ${{ matrix.spectre_version }}
dotnet add package Spectre.Console.Testing --version ${{ matrix.spectre_version }}
- name: Restore
run: dotnet restore CiFilter.slnf
Expand Down

0 comments on commit 0092bd0

Please sign in to comment.