Skip to content

Commit 48f059e

Browse files
committed
update first?
1 parent 321cc60 commit 48f059e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-changed-firestore.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
# run: |
4242
# sudo apt-get update
4343
# sudo apt-get install firefox
44-
run: apt-cache show firefox | grep Version
44+
run: |
45+
sudo apt-get update
46+
apt-cache show firefox | grep Version
4547
- name: Checkout Repo
4648
uses: actions/checkout@master
4749
with:

0 commit comments

Comments
 (0)