File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 87
87
run : |
88
88
echo "UNITY_ROOT_DIR=$( python scripts/gha/print_matrix_configuration.py -u ${{ github.event.inputs.unity_version }} -k unity_path )" >> $GITHUB_ENV
89
89
90
+ - name : Display Swig Version
91
+ shell : bash
92
+ run : |
93
+ swig -version
94
+
90
95
- name : Build SDK (Android)
91
96
shell : bash
92
97
run : |
Original file line number Diff line number Diff line change 76
76
run : |
77
77
echo "UNITY_ROOT_DIR=$( python scripts/gha/print_matrix_configuration.py -u ${{ github.event.inputs.unity_version }} -k unity_path )" >> $GITHUB_ENV
78
78
79
+ - name : Display Swig Version
80
+ shell : bash
81
+ run : |
82
+ swig -version
83
+
79
84
- name : Build SDK (iOS)
80
85
shell : bash
81
86
run : |
Original file line number Diff line number Diff line change @@ -125,6 +125,11 @@ jobs:
125
125
echo "$(swig -swiglib)" >> $GITHUB_PATH
126
126
swig -swiglib
127
127
echo "SWIG_DIR=$(swig -swiglib)" >> $GITHUB_ENV
128
+
129
+ - name : Display Swig Version
130
+ shell : bash
131
+ run : |
132
+ swig -version
128
133
129
134
- name : Build SDK (Linux)
130
135
if : startsWith(matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments