fix pipeline

This commit is contained in:
theBreadCompany 2025-01-24 23:18:33 +01:00
parent 474670b0af
commit 6416cd5fd9

View file

@ -11,8 +11,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Rust (if needed)
uses: dtolnay/rust-toolchain@stable
- name: Set up Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
PATH=$HOME/.cargo/bin:$PATH
rustup toolchain install stable
rustc --version
cargo --version
- name: Run the program
run: cargo run --release --bin datafetcher