Skip to content

Apply suggestions from code review #1

Apply suggestions from code review

Apply suggestions from code review #1

name: Build the tracing tools
on:
workflow_call:
jobs:
run:

Check failure on line 7 in .github/workflows/build-trace-tools.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-trace-tools.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Run make
working-directory: ./util/tracing
run: make
shell: bash