Skip to content

Commit

Permalink
fix build aws-lc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Mar 29, 2024
1 parent e1ab1f7 commit 466189d
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 466189d

Please sign in to comment.