This commit is contained in:
parent
44240a735d
commit
7a29305f6f
@ -15,7 +15,14 @@ jobs:
|
||||
- name: Install Rust
|
||||
run: |
|
||||
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
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user