Skip to content

Commit 929feba

Browse files
authored
Merge pull request #143 from firebase/version_workflow
Some tiny tweak for the release process
2 parents 901cd38 + 45b4790 commit 929feba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/sdk_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
unity_branch:
1818
description: 'Unity branch to build against, empty means current branch'
1919
default: ''
20+
cpp_branch:
21+
description: 'CPP branch to build against, empty means current branch'
22+
default: ''
2023

2124
jobs:
2225
build_desktop:
@@ -55,6 +58,7 @@ jobs:
5558
repository: firebase/firebase-cpp-sdk
5659
path: firebase-cpp-sdk
5760
submodules: true
61+
ref: ${{ github.event.inputs.cpp_branch }}
5862

5963
- name: Support longpaths
6064
if: startsWith(matrix.os, 'windows')

scripts/gha/print_matrix_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"ndk": "https://dl.google.com/android/repository/android-ndk-r19-darwin-x86_64.zip"
9595
},
9696
_LINUX: {
97-
"version": "2020.3.22f1",
97+
"version": "2020.3.25f1",
9898
"packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": ["Windows-mono"], "macOS": ["Mac-mono"], "Linux": None}
9999
}
100100
},

0 commit comments

Comments
 (0)