Skip to content

Commit 9457164

Browse files
committed
Install rust instead of py311-cryptography
1 parent 589a5b0 commit 9457164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ jobs:
751751
release: ${{ matrix.version }}
752752
usesh: true
753753
prepare: |
754-
pkg install -y pcre2 python bash cmake git gmake gsed libpcap tcpreplay libffi openssl py311-cryptography
754+
pkg install -y pcre2 python bash cmake git gmake gsed libpcap tcpreplay libffi openssl rust
755755
sysctl kern.ipc.maxsockbuf=16777216
756756
run: |
757757
set -e

0 commit comments

Comments
 (0)