Skip to content

Commit 22f2c1c

Browse files
committed
install ssh and curl
1 parent 9f44bbe commit 22f2c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install git
3636
run: |
3737
apt-get -y update
38-
apt-get -y install git
38+
apt-get -y install git ssh curl
3939
4040
- name: Checkout
4141
uses: actions/checkout@v4

0 commit comments

Comments
 (0)