Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvarache authored Jan 16, 2024
1 parent 4b0034d commit 526570f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
DOTNET_CLI_TELEMETRY_OPTOUT: true # Disable sending .NET CLI telemetry

jobs:
# MAUI Android Build
build-android:
# Check if it even builds
sanity-check-build:
runs-on: macos-13
name: Build
steps:
Expand All @@ -41,5 +41,5 @@ jobs:
- name: Install MAUI Workload
run: dotnet workload install maui

- name: Restore Dependencies
- name: Build package
run: dotnet build src/The49.Maui.BottomSheet.csproj

0 comments on commit 526570f

Please sign in to comment.