re-enable download of xamarin build tools for linux

This commit is contained in:
Philipp Crocoll
2023-01-24 19:43:54 +01:00
parent ed91d0db0b
commit 3185cf1a9c

View File

@@ -176,7 +176,6 @@ jobs:
- name: Download & unpack Xamarin.Android
#if: steps.xamarin_cache.outputs.cache-hit != 'true'
if: ${{ false }} # replaced by workload install
run: |
dotnet workload install android-33
set -x