Skip to content

Commit f834618

Browse files
committed
add curl
1 parent aa11b8d commit f834618

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Checkout repository
2929
uses: actions/checkout@v4
3030

31+
- name: Install curl
32+
run: apt-get install curl
33+
3134
- name: Install Rust toolchain
3235
uses: actions-rust-lang/setup-rust-toolchain@v1
3336
with:

0 commit comments

Comments
 (0)