Skip to content

Debug bazel problem #90

Debug bazel problem

Debug bazel problem #90

Workflow file for this run

name: Debug bazel problem
on:
workflow_dispatch:
push:
branches:
- criemen/repr-bazel-bug
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: build
shell: powershell
run: bazel build "//ruby:ruby-arch-zip"
- uses: actions/upload-artifact@v4
if: failure()
with:
name: debug-${{ runner.os }}
path: C:\tmp\modextwd