name: Build on: push: branches: - '*' # Runs on tag so the release workflow can use its artifact. tags: - "v*" pull_request: workflow_dispatch: jobs: Build: name: Build runs-on: ubuntu-latest steps: - name: Install Rust run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - name: Install Qt uses: jurplel/install-qt-action@v4 with: version: '6.7.3'