1 parent 39e005e commit c9d9b14Copy full SHA for c9d9b14
1 file changed
.github/workflows/build-watchos.yml
@@ -27,6 +27,7 @@ jobs:
27
head -n 1 | \
28
awk -F '[()]' '{print $2}')
29
echo "WATCH_SIMULATOR_ID=$WATCH_SIMULATOR_ID" >> $GITHUB_ENV
30
+ echo "Using watchOS simulator: $WATCH_SIMULATOR_ID"
31
- name: Build watchOS framework
32
run: |
33
set -o pipefail && \
0 commit comments