Skip to content

Commit

Permalink
refactor: upgrade rcgen and other deps (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Mar 29, 2024
1 parent 420e9f5 commit 4dca0c0
Show file tree
Hide file tree
Showing 8 changed files with 415 additions and 564 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Install NASM for aws-lc-rs on Windows
if: runner.os == 'Windows'
uses: ilammy/setup-nasm@v1

- name: Test
run: cargo test --all

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
with:
targets: ${{ matrix.target }}

- name: Install NASM for aws-lc-rs on Windows
if: runner.os == 'Windows'
uses: ilammy/setup-nasm@v1

- name: Install cross
if: matrix.use-cross
uses: taiki-e/install-action@v2
Expand Down
Loading

0 comments on commit 4dca0c0

Please sign in to comment.