Skip to content

Commit afd6ae4

Browse files
committed
Added debug info
1 parent d6e5f1f commit afd6ae4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/cache@v1
1616
id: cache
1717
with:
18-
path: ${{ env.HOME }}/.cache
18+
path: ~/.cache
1919
key: ${{ runner.os }}-firebase-cli
2020
- name: Set up Python ${{ matrix.python }}
2121
uses: actions/setup-python@v1
@@ -34,8 +34,7 @@ jobs:
3434
- name: Set up CLI
3535
if: steps.cache.outputs.cache-hit != 'true'
3636
run: |
37-
echo Home directory is $HOME
38-
curl -o ${HOME}/.cache/bin/firebase --create-dirs -L https://firebase.tools/bin/linux/latest
37+
curl -o ${HOME}/.cache/bin/firebase --create-dirs -sL https://firebase.tools/bin/linux/latest
3938
chmod +x ${HOME}/.cache/bin/firebase
4039
- name: Add Firebase to path
4140
run: echo "::add-path::${HOME}/.cache/bin"

0 commit comments

Comments
 (0)