mirror of https://github.com/fafhrd91/actix-net
try fix reference of version
This commit is contained in:
parent
4a165b9898
commit
1287ebdee2
|
@ -112,7 +112,7 @@ jobs:
|
|||
- name: tests
|
||||
if: matrix.target.os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=${matrix.version} cargo ci-test && RUSTUP_TOOLCHAIN=stable cargo ci-test-rt-linux && RUSTUP_TOOLCHAIN=stable cargo ci-test-server-linux"
|
||||
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test && RUSTUP_TOOLCHAIN=stable cargo ci-test-rt-linux && RUSTUP_TOOLCHAIN=stable cargo ci-test-server-linux"
|
||||
|
||||
- name: Clear the cargo caches
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue