Skip to content

Commit 71f5abe

Browse files
Merge branch 'dev' into feature/aks-prebuilt-integration-tests
2 parents 210c999 + 1dda499 commit 71f5abe

File tree

10 files changed

+306
-105
lines changed

10 files changed

+306
-105
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
submodules: true
3131

3232
- name: Set env variables for subsequent steps (all)
33+
shell: bash
3334
run: |
34-
echo "::set-env name=MATRIX_UNIQUE_NAME::${{ matrix.os }}-${{ matrix.architecture }}"
35-
echo "::set-env name=GHA_INSTALL_CCACHE::1"
35+
echo "MATRIX_UNIQUE_NAME=${{ matrix.os }}-${{ matrix.architecture }}" >> $GITHUB_ENV
36+
echo "GHA_INSTALL_CCACHE=1" >> $GITHUB_ENV
3637
3738
- name: Setup python
3839
uses: actions/setup-python@v2
@@ -42,7 +43,7 @@ jobs:
4243

4344
- name: Add msbuild to PATH
4445
if: startsWith(matrix.os, 'windows')
45-
uses: microsoft/[email protected].1
46+
uses: microsoft/[email protected].2
4647

4748
- name: Install prerequisites
4849
shell: bash

0 commit comments

Comments
 (0)