fixed stretched bend crash #886
Workflow file for this run
This file contains 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: | |
branches: | |
- master | |
jobs: | |
run_tests: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Cancel Previous Runs | |
uses: styfle/[email protected] | |
with: | |
access_token: ${{ github.token }} | |
- name: Clone repository | |
uses: actions/checkout@v4 | |
- name: Setup environment | |
run: | | |
sudo bash ./buildscripts/ci/withoutqt/setup.sh | |
- name: Build | |
run: | | |
sudo bash ./buildscripts/ci/withoutqt/build.sh |