needed tools
All checks were successful
Smoke tests / Build and smoke test (push) Successful in 1m12s

This commit is contained in:
AI Agent
2026-03-19 15:30:21 -06:00
parent 3baa0091f9
commit 3a2a606c4a

View File

@@ -11,10 +11,11 @@ jobs:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Rust - name: Install needed tools
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/bin" >> $GITHUB_PATH echo "$HOME/.cargo/bin" >> $GITHUB_PATH
sudo apt update && sudo apt install -y netcat-openbsd
- name: Build - name: Build
run: cargo build run: cargo build