Revert back to non rust action
Some checks failed
Pipeline main branch / test (push) Failing after 28s

This commit is contained in:
continuist 2025-04-13 00:32:48 -04:00
parent 149737fb48
commit 10ee628396

View file

@ -10,5 +10,11 @@ jobs:
runs-on: ubuntu-latest # Or other appropriate runner runs-on: ubuntu-latest # Or other appropriate runner
steps: steps:
- uses: actions/checkout@v4 # Checkout the repository - uses: actions/checkout@v4 # Checkout the repository
- uses: dtolnay/rust-toolchain@stable - name: Install Rust toolchain
- run: cargo test --all-features run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
- name: Run cargo build
run: |
source $HOME/.cargo/env
/home/ubuntu/.cargo/bin/cargo build