Skip to content

Redirect tl_expected to system libexpected-dev when available (#12) #28

Redirect tl_expected to system libexpected-dev when available (#12)

Redirect tl_expected to system libexpected-dev when available (#12) #28

name: Rolling Windows Binary Build
# author: Christoph Fröhlich <christoph.froehlich@ait.ac.at>
# description: 'Build & test all dependencies from released (binary) windows packages.'
on:
workflow_dispatch:
pull_request: &event
branches:
- main
push: *event
concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
jobs:
binary-windows:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@master
with:
ros_distro: rolling
pixi_dependencies: compilers
target_cmake_args: -DBUILD_TESTING=OFF