Skip to content

Remove instructions to check if windows is 32-bit or 64-bit. #313

Remove instructions to check if windows is 32-bit or 64-bit.

Remove instructions to check if windows is 32-bit or 64-bit. #313

Workflow file for this run

name: Build
on:
- pull_request
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install and Build
run: |
npm install
npx honkit build