re-enable download of xamarin build tools for linux
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -176,7 +176,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Download & unpack Xamarin.Android
|
- name: Download & unpack Xamarin.Android
|
||||||
#if: steps.xamarin_cache.outputs.cache-hit != 'true'
|
#if: steps.xamarin_cache.outputs.cache-hit != 'true'
|
||||||
if: ${{ false }} # replaced by workload install
|
|
||||||
run: |
|
run: |
|
||||||
dotnet workload install android-33
|
dotnet workload install android-33
|
||||||
set -x
|
set -x
|
||||||
|
|||||||
Reference in New Issue
Block a user