mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
io.jwt.decode (#140)
* io.jwt.decode Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com> * Update README Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com> * Install musl-tools to compile ring crate ring crate is a dependency of jsonwebtoken Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com> --------- Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
a381c38a90
commit
3b2e639918
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user