Skip to content

Commit

Permalink
chore: fix failing building
Browse files Browse the repository at this point in the history
  • Loading branch information
Amninder Kaur committed Sep 5, 2023
1 parent 7b9c7b9 commit ca240e1
Show file tree
Hide file tree
Showing 11 changed files with 158 additions and 112 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: |
apt -qq list libsasl2-modules-gssapi-mit libsasl2-dev libssl-dev
sudo apt-get install libssl-dev
sudo apt-get install libsasl2-dev
- run: rustup component add rustfmt clippy
- name: cargo clean
run: cargo clean
- name: cargo build
run: cargo build
- name: pre-commit checks
#access scripts from scripts folder
run: scripts/pre-commit-checks.sh

Loading

0 comments on commit ca240e1

Please sign in to comment.