Skip to content

[build] Remove the code to create msbuild.zip/bundle.zip. #201

[build] Remove the code to create msbuild.zip/bundle.zip.

[build] Remove the code to create msbuild.zip/bundle.zip. #201

Workflow file for this run

# yamllint disable rule:line-length rule:document-start rule:truthy
name: Linux Build Verification
on:
pull_request:
permissions:
contents: read
jobs:
linux-build:
name: Verify Linux Build
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: recursive
- name: Check system dependencies
run: |
set -ex
./system-dependencies.sh
- name: Build on Linux
run: |
set -ex
make -j$(nproc)