Skip to content

build(deps-dev): bump rollup from 1.30.1 to 2.79.2 in /tools/node-lint-md-cli-rollup #176

build(deps-dev): bump rollup from 1.30.1 to 2.79.2 in /tools/node-lint-md-cli-rollup

build(deps-dev): bump rollup from 1.30.1 to 2.79.2 in /tools/node-lint-md-cli-rollup #176

Workflow file for this run

name: build-windows
on:
push:
branches: [ v12.x-httpp ]
pull_request:
branches: [ v12.x-httpp ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
PYTHON_VERSION: '3.11'
FLAKY_TESTS: keep_retrying
permissions:
contents: read
jobs:
build-windows:
if: github.event.pull_request.draft == false
strategy:
matrix:
windows: [windows-2019, windows-2022]
fail-fast: false
runs-on: ${{ matrix.windows }}
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install deps
run: choco install nasm
- name: Environment Information
run: npx envinfo
- name: Build
run: ./vcbuild.bat