File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
- os : [windows-latest] # , macos-latest, ubuntu-latest]
25
+ os : [windows-latest, macos-latest, ubuntu-latest]
26
26
include :
27
27
- os : windows-latest
28
28
unity_version : ${{ github.event.inputs.unity_version }}
@@ -55,14 +55,13 @@ jobs:
55
55
- name : Setup python
56
56
uses : actions/setup-python@v2
57
57
with :
58
- python-version : ' 3.9 '
58
+ python-version : ' 3.7 '
59
59
60
60
- name : Install prerequisites
61
61
shell : bash
62
62
run : |
63
63
echo "FIREBASE_CPP_SDK_DIR=${{ github.workspace }}/firebase-cpp-sdk" >> $GITHUB_ENV
64
64
cd firebase-cpp-sdk
65
- python --version
66
65
python scripts/gha/install_prereqs_desktop.py
67
66
cd ..
68
67
@@ -90,12 +89,10 @@ jobs:
90
89
- name : Install python deps
91
90
shell : bash
92
91
run : |
93
- pip uninstall -r scripts/gha/requirements.txt
94
92
pip install -r scripts/gha/requirements.txt
95
93
- name : Install Unity
96
94
shell : bash
97
95
run : |
98
- python --version
99
96
python scripts/gha/unity_installer.py --install --platforms "Desktop" --version ${{ matrix.unity_version }}
100
97
- name : Setup Unity path
101
98
shell : bash
You can’t perform that action at this time.
0 commit comments