Skip to content

Support for Qt 6.4+ #1080

Support for Qt 6.4+

Support for Qt 6.4+ #1080

Workflow file for this run

name: Linux
on:
push:
branches:
- main
- v1.0
- v1.1
pull_request:
branches:
- main
- v1.0
- v1.1
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Head Repo URL Environment Variable
if: github.event_name == 'pull_request'
run: |
echo "HEAD_REPO_URL=${{ github.event.pull_request.head.repo.clone_url }}" >> $GITHUB_ENV
echo "COMMIT=${{ github.event.pull_request.head.sha }}" >> $GITHUB_ENV
echo "BRANCH=NONE" >> $GITHUB_ENV
- name: Build
run: ./src/scripts/build.sh
- name: Artifact
uses: actions/upload-artifact@v4
with:
name: friction-ci-linux-x86_64
path: distfiles/builds/*/*.AppImage