File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 5252 - name : " Launch emulator"
5353 timeout-minutes : 10
5454 run : |
55- which adb
56-
5755 yes Y | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
5856
5957 # Install AVD files
7573 run : |
7674 $ANDROID_HOME/platform-tools/adb shell 'echo Hello Android!'
7775
78- - name : " Install Skip (macOS)"
79- if : ${{ startsWith(matrix.os, 'macos-') }}
80- run : |
81- brew install skiptools/skip/skip
82- skip android sdk install
83-
84- - name : Install Skip (Ubuntu)
85- if : ${{ startsWith(matrix.os, 'ubuntu-') }}
86- run : |
87- mkdir -p ~/bin/skiptools
88- cd ~/bin/skiptools
89- curl -fsSLO https://github.com/skiptools/skip/releases/latest/download/skip-linux.zip
90- unzip skip-linux.zip
91- echo "PATH=${PWD}/skip.artifactbundle/$(uname -m)-swift-linux-musl:${PATH}" >> $GITHUB_ENV
92- cd -
76+ - uses : skiptools/actions/setup-skip@setup-skip
9377
9478 - name : " Test Swift Package"
9579 run : |
You can’t perform that action at this time.
0 commit comments