Skip to content

Commit

Permalink
ci(windows): install NASM to be able to build aws-ls-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
M0dEx committed Oct 3, 2024
1 parent 762488f commit 9445eb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
name: Set up toolchain
- uses: Swatinem/rust-cache@v2
name: Cache toolchain and dependencies
- if: contains(matrix.os, 'windows')
uses: ilammy/setup-nasm@v1
name: Install NASM
- name: Build x86_64 Windows binaries
run: |
cargo build --release
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
name: Checkout repository
- uses: dtolnay/rust-toolchain@stable
name: Set up toolchain
- if: contains(matrix.os, 'windows')
uses: ilammy/setup-nasm@v1
name: Install NASM
- uses: taiki-e/install-action@cargo-llvm-cov
name: Install cargo llvm-cov
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 9445eb7

Please sign in to comment.