Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Nov 17, 2023
1 parent cb1e7f7 commit 6b7a2c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Test Grep
run: grep -rsi "test"

- name: Install MAUI Workload
run: dotnet workload install maui-android maui-ios maui-windows maui-maccatalyst --ignore-failed-sources

Expand Down

0 comments on commit 6b7a2c1

Please sign in to comment.