Support multiple slur-style barrés #6994
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Build: Without Qt' | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
run_tests: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Cancel Previous Runs | |
uses: styfle/cancel-workflow-action@0.12.1 | |
with: | |
access_token: ${{ github.token }} | |
- name: Clone repository | |
uses: actions/checkout@v5 | |
- name: Setup environment | |
run: | | |
bash ./buildscripts/ci/withoutqt/setup.sh | |
- name: Build | |
run: | | |
bash ./buildscripts/ci/withoutqt/build.sh |