Skip to content

Commit e1c91e7

Browse files
author
Cynthia Jiang
committed
revert testing changes
1 parent 7a90f50 commit e1c91e7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/sdk_build.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [windows-latest] #, macos-latest, ubuntu-latest]
25+
os: [windows-latest, macos-latest, ubuntu-latest]
2626
include:
2727
- os: windows-latest
2828
unity_version: ${{ github.event.inputs.unity_version }}
@@ -55,14 +55,13 @@ jobs:
5555
- name: Setup python
5656
uses: actions/setup-python@v2
5757
with:
58-
python-version: '3.9'
58+
python-version: '3.7'
5959

6060
- name: Install prerequisites
6161
shell: bash
6262
run: |
6363
echo "FIREBASE_CPP_SDK_DIR=${{ github.workspace }}/firebase-cpp-sdk" >> $GITHUB_ENV
6464
cd firebase-cpp-sdk
65-
python --version
6665
python scripts/gha/install_prereqs_desktop.py
6766
cd ..
6867
@@ -90,12 +89,10 @@ jobs:
9089
- name: Install python deps
9190
shell: bash
9291
run: |
93-
pip uninstall -r scripts/gha/requirements.txt
9492
pip install -r scripts/gha/requirements.txt
9593
- name: Install Unity
9694
shell: bash
9795
run: |
98-
python --version
9996
python scripts/gha/unity_installer.py --install --platforms "Desktop" --version ${{ matrix.unity_version }}
10097
- name: Setup Unity path
10198
shell: bash

0 commit comments

Comments
 (0)