Skip to content

Commit b7da5a7

Browse files
committed
dataconnect.yml: install zsh
1 parent 8ed6a8f commit b7da5a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,12 @@ jobs:
6363
with:
6464
node-version: ${{ env.FDC_NODEJS_VERSION }}
6565

66+
- run: |
67+
sudo apt install zsh
68+
/bin/zsh --version
69+
6670
- name: Install Firebase Tools ("firebase" command-line tool)
6771
run: |
68-
/bin/zsh --version
6972
./firebase-dataconnect/ci.zsh \
7073
install_firebase_tools \
7174
-install_dir '${{ env.FDC_FIREBASE_TOOLS_DIR }}' \

0 commit comments

Comments
 (0)