github workflow: restore download of xamarin.android only if it isn't in cache
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user