Skip to content

Commit

Permalink
check for windows ci build with nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Jan 11, 2024
1 parent 3b5891a commit 3b88b41
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
# - os: ubuntu-latest
# platform: linux
# arch: armhf
- os: ubuntu-latest
platform: alpine
arch: x64
- os: macos-latest
platform: darwin
arch: x64
- os: macos-latest
platform: darwin
arch: arm64
# - os: ubuntu-latest
# platform: alpine
# arch: x64
# - os: macos-latest
# platform: darwin
# arch: x64
# - os: macos-latest
# platform: darwin
# arch: arm64
runs-on: ${{ matrix.os }}
steps:
- shell: pwsh
Expand All @@ -49,6 +49,7 @@ jobs:
node-version: 16
architecture: ${{ matrix.arch }}
cache: 'npm'
- uses: ilammy/setup-nasm@v1
- name: windows-specific
shell: pwsh
if: matrix.platform == 'win32'
Expand Down

0 comments on commit 3b88b41

Please sign in to comment.