diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c6268e8..8e1f0f3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,14 +16,14 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Build - run: cargo build --verbose --all-features - - name: Install shvcall - run: cargo install --git https://github.com/silicon-heaven/shvcall-rs.git - - name: Install shvbrokertestingdevice - run: cargo install --git https://github.com/silicon-heaven/shvbrokertestingdevice.git + # - name: Build + # run: cargo build --verbose --all-features + # - name: Install shvcall + # run: cargo install --git https://github.com/silicon-heaven/shvcall-rs.git + # - name: Install shvbrokertestingdevice + # run: cargo install --git https://github.com/silicon-heaven/shvbrokertestingdevice.git - name: Install ncat - run: apt install nmap -y + run: sudo apt-get install nmap - name: Run tests run: | echo starting netcat