Skip to content

Commit c539c91

Browse files
committed
Update sync_lab_release.yml
1 parent 02d17cc commit c539c91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sync_lab_release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19+
- name: Install hub
20+
run: |
21+
brew install hub
22+
1923
- name: Set up Python
2024
uses: actions/setup-python@v5
2125
with:

0 commit comments

Comments
 (0)