Skip to content

Commit fa82d73

Browse files
author
Cynthia Jiang
committed
check swig version
1 parent 27fc73e commit fa82d73

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ jobs:
8787
run: |
8888
echo "UNITY_ROOT_DIR=$( python scripts/gha/print_matrix_configuration.py -u ${{ github.event.inputs.unity_version }} -k unity_path )" >> $GITHUB_ENV
8989
90+
- name: Display Swig Version
91+
shell: bash
92+
run: |
93+
swig -version
94+
9095
- name: Build SDK (Android)
9196
shell: bash
9297
run: |

.github/workflows/ios.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
run: |
7777
echo "UNITY_ROOT_DIR=$( python scripts/gha/print_matrix_configuration.py -u ${{ github.event.inputs.unity_version }} -k unity_path )" >> $GITHUB_ENV
7878
79+
- name: Display Swig Version
80+
shell: bash
81+
run: |
82+
swig -version
83+
7984
- name: Build SDK (iOS)
8085
shell: bash
8186
run: |

.github/workflows/sdk_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ jobs:
125125
echo "$(swig -swiglib)" >> $GITHUB_PATH
126126
swig -swiglib
127127
echo "SWIG_DIR=$(swig -swiglib)" >> $GITHUB_ENV
128+
129+
- name: Display Swig Version
130+
shell: bash
131+
run: |
132+
swig -version
128133
129134
- name: Build SDK (Linux)
130135
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)