fix: runner
Some checks failed
Rust CI Showcase / build (push) Failing after 1m35s

This commit is contained in:
Rakowskiii 2025-02-27 16:48:17 +01:00
parent 44240a735d
commit 7a29305f6f

View File

@ -15,7 +15,14 @@ jobs:
- name: Install Rust - name: Install Rust
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
source "$HOME/.cargo/env" echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> $HOME/.bashrc
source $HOME/.cargo/env
rustc --version # Verify Rust is installed
- name: Build Rust Project
run: |
source $HOME/.cargo/env
cargo build --release
- name: Inject Secret - name: Inject Secret
env: env: