Revert back to non rust action
Some checks failed
Pipeline main branch / test (push) Failing after 28s
Some checks failed
Pipeline main branch / test (push) Failing after 28s
This commit is contained in:
parent
149737fb48
commit
10ee628396
1 changed files with 8 additions and 2 deletions
|
@ -10,5 +10,11 @@ jobs:
|
|||
runs-on: ubuntu-latest # Or other appropriate runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4 # Checkout the repository
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo test --all-features
|
||||
- name: Install Rust toolchain
|
||||
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
|
Loading…
Add table
Reference in a new issue