Skip to content

Commit

Permalink
fixing ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravm committed Aug 5, 2024
1 parent 10716c2 commit 03da331
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
run: |
apt-get update
apt-get install -y curl git build-essential libssl-dev
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Build project
run: cargo build --release

Expand Down

0 comments on commit 03da331

Please sign in to comment.