mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Disable android build in build.yml
This commit is contained in:
parent
335d5587b0
commit
a4b6140a96
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -272,11 +272,11 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: restore workload
|
||||
run: dotnet workload restore
|
||||
#- name: restore workload
|
||||
# run: dotnet workload restore
|
||||
|
||||
- name: build examples android
|
||||
run: dotnet build Examples.Android -c Release
|
||||
#- name: build examples android
|
||||
# run: dotnet build Examples.Android -c Release
|
||||
|
||||
- name: create NuGet Package
|
||||
run: dotnet pack Raylib-cs -c Release --output nuget
|
||||
|
Loading…
x
Reference in New Issue
Block a user