github workflow: restore download of xamarin.android only if it isn't in cache

This commit is contained in:
tenzap
2023-01-25 09:13:22 +01:00
parent 8393694e6c
commit 58b0b666ce

View File

@@ -156,7 +156,7 @@ jobs:
sudo apt-get -y -t stable-focal install mono-complete
- name: Download & unpack Xamarin.Android
#if: steps.xamarin_cache.outputs.cache-hit != 'true'
if: steps.xamarin_cache.outputs.cache-hit != 'true'
run: |
set -x
cd $HOME &&