Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz committed Dec 16, 2024
1 parent 6c3ee19 commit 8099db8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reusable-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Upgrade outdated pip
run: python -m pip install --upgrade pip

- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Install lit
run: pip install lit OutputCheck

Expand Down

0 comments on commit 8099db8

Please sign in to comment.