Skip to content

Commit 422e8d8

Browse files
committed
try to fix maui test
1 parent 8856880 commit 422e8d8

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,20 +151,16 @@ jobs:
151151
sparse-checkout: |
152152
Directory.Build.props
153153
integration-test
154+
.github
154155
155156
- name: Fetch Nuget Packages
156157
uses: actions/download-artifact@v3
157158
with:
158159
name: ${{ github.sha }}
159160
path: src
160161

161-
- uses: actions/setup-dotnet@v3
162-
with:
163-
dotnet-version: |
164-
7.0.x
165-
8.0.x
166-
167-
- run: dotnet workload install android maui-android
162+
- name: Setup Environment
163+
uses: ./.github/actions/environment
168164

169165
- name: Test
170166
uses: getsentry/github-workflows/sentry-cli/integration-test/@v2

0 commit comments

Comments
 (0)