Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Sep 2, 2024
1 parent 8d97961 commit 34ac86e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34ac86e

Please sign in to comment.