Skip to content

scripts: fix installed-size calculation #77

scripts: fix installed-size calculation

scripts: fix installed-size calculation #77

Workflow file for this run

name: Build host tools
on:
pull_request:
paths:
- 'include/**'
- 'tools/**'
- '.github/workflows/tools.yml'
push:
paths:
- 'include/**'
- 'tools/**'
- '.github/workflows/tools.yml'
branches-ignore:
- master
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
build-tools:
name: Build host tools for linux and macos based systems
uses: aparcar/actions-shared-workflows/.github/workflows/tools.yml@main

Check failure on line 27 in .github/workflows/tools.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tools.yml

Invalid workflow file

error parsing called workflow ".github/workflows/tools.yml" -> "aparcar/actions-shared-workflows/.github/workflows/tools.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.