Skip to content

Adapt to boost 1.89 (remove use of boost::filesystem) #441

Adapt to boost 1.89 (remove use of boost::filesystem)

Adapt to boost 1.89 (remove use of boost::filesystem) #441

Workflow file for this run

name: Package RBDyn
on:
repository_dispatch:
types:
- package-master
- package-release
push:
paths-ignore:
- doc/**
- README.md
- ".github/workflows/build.yml"
- ".pre-commit-config.yaml"
branches:
- "**"
tags:
- v*
pull_request:
branches:
- "**"
jobs:
package:
uses: jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
with:
deps: '["jrl-umi3218/Tasks"]'
latest-cmake: true
matrix: |
{
"dist": ["jammy", "noble", "resolute"],
"arch": ["amd64"]
}
secrets:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
GH_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
check:
if: always()
name: check-package-ubuntu
runs-on: ubuntu-latest
needs:
- package
steps:
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}