Skip to content

Commit

Permalink
Merge pull request #1 from woodworker/build-fix
Browse files Browse the repository at this point in the history
Build fix
  • Loading branch information
cromulentbanana authored Sep 29, 2023
2 parents 91dd5e6 + 53d1b00 commit 9c7b694
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
EXAMPLE: foo
steps:
- uses: actions/checkout@main
- name: Apt Update
run: DEBIAN_FRONTEND=noninteractive apt-get update
- name: Install openssl-sys
run: apt install pkg-config
run: DEBIAN_FRONTEND=noninteractive apt-get install pkg-config libssl-dev git -y
- name: Run cargo check
run: cargo check
- name: Run cargo test
Expand Down

0 comments on commit 9c7b694

Please sign in to comment.