We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a221b51 + c0f27e7 commit f29f928Copy full SHA for f29f928
1 file changed
.github/workflows/hostap-vm.yml
@@ -217,6 +217,7 @@ jobs:
217
sudo apt-get install -y libpcap0.8 libpcap-dev curl libcurl4-openssl-dev \
218
libnl-3-dev binutils-dev libssl-dev libiberty-dev libnl-genl-3-dev \
219
libnl-route-3-dev libdbus-1-dev bridge-utils tshark python3-pycryptodome
220
+ sudo pip install pycryptodome
221
222
- name: Checking if we have hostap in cache
223
uses: actions/cache/restore@v4
@@ -312,6 +313,7 @@ jobs:
312
313
KERNELDIR=$GITHUB_WORKSPACE/linux
314
KVMARGS="-cpu host"
315
EOF
316
+ git config --global --add safe.directory $GITHUB_WORKSPACE/hostap
317
# Run tests in increments of 200 to not stall out the parallel-vm script
318
while mapfile -t -n 200 ary && ((${#ary[@]})); do
319
TESTS=$(printf '%s\n' "${ary[@]}" | tr '\n' ' ')
0 commit comments