We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341fee4 commit 83f7aeaCopy full SHA for 83f7aea
.github/actions/environment/action.yml
@@ -11,6 +11,7 @@ runs:
11
echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
12
echo "DOTNET_NOLOGO=1" >> $GITHUB_ENV
13
14
+ # Android SDK is not available
15
- name: Set Environment Variables for Alpine Linux
16
if: ${{ contains(matrix.container, 'alpine') }}
17
shell: bash
0 commit comments