Skip to content

Commit 4039614

Browse files
committed
add installation of cargo-c
1 parent 8fd53a8 commit 4039614

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
with:
7878
toolchain: ${{ matrix.rust }}
7979

80+
- name: Install cargo-c
81+
run: cargo install cargo-c
82+
8083
- name: 'checkout rustls-ffi'
8184
run: |
8285
cd $HOME/

0 commit comments

Comments
 (0)