github workflow: restore 'Setup Xamarin.Android' step

This commit is contained in:
tenzap
2023-01-25 09:11:24 +01:00
parent b99f82d3d7
commit 8393694e6c

View File

@@ -168,7 +168,6 @@ jobs:
mv "$DIR"/*.deb xamarin.android-oss
- name: Setup Xamarin.Android
if: ${{ false }} # replaced by workload install
run: |
cd $HOME &&
sudo apt install -y ./xamarin.android-oss/*.deb &&