1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 20:57:43 +02:00

remove num_cpus dependency (#488)

This commit is contained in:
Rob Ede
2023-08-24 00:56:31 +01:00
committed by GitHub
parent 9cb8a1fadc
commit 6ce8307060
6 changed files with 115 additions and 49 deletions

View File

@ -37,6 +37,10 @@ jobs:
run: sudo ifconfig lo0 alias 127.0.0.3
- uses: actions/checkout@v3
- name: Free Disk Space
if: matrix.target.os == 'ubuntu-latest'
run: ./scripts/free-disk-space.sh
- name: Install OpenSSL
if: matrix.target.os == 'windows-latest'