Skip to content

fix workflow

fix workflow #6

Workflow file for this run

name: Build and Test libc++
on:
push:
#schedule:
# # Run nightly at 08:00 UTC (aka 00:00 Pacific, aka 03:00 Eastern)
# - cron: '0 8 * * *'
permissions:
contents: read # Default everything to read-only
env:
WORKSPACE_PATH: ${{ github.workspace }}
jobs:
build LLVM-MCA-Daemon:

Check failure on line 15 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Build and Test libc++

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 15, Col: 3): The identifier 'build LLVM-MCA-Daemon' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build LLVM
run: ./docker/setup-llvm.sh
- name: install dependencies
run: sudo ./docker/setup-deps.sh
- name: build LLVM-MCA-Daemon
run: ./docker/setup-build.sh