Skip to content

Commit

Permalink
Install musl-tools to compile ring crate
Browse files Browse the repository at this point in the history
ring crate is a dependency of jsonwebtoken

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
  • Loading branch information
anakrish committed Feb 10, 2024
1 parent 1b5ed7a commit 01f86bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v3
- name: Add musl target
run: rustup target add x86_64-unknown-linux-musl
- name: Install musl-gcc
run: sudo apt update && sudo apt install -y musl-tools
- name: Format Check
run: cargo fmt --check
- name: Build
Expand Down

0 comments on commit 01f86bc

Please sign in to comment.