diff --git a/.github/workflows/slint_tool_binary.yaml b/.github/workflows/slint_tool_binary.yaml index 3074894b5da..800881d3565 100644 --- a/.github/workflows/slint_tool_binary.yaml +++ b/.github/workflows/slint_tool_binary.yaml @@ -95,16 +95,11 @@ jobs: - uses: ./.github/actions/setup-rust with: target: x86_64-unknown-linux-gnu - - name: Install Qt - uses: jurplel/install-qt-action@v4 - with: - version: 6.2.2 - cache: true - uses: baptiste0928/cargo-install@v3 with: crate: cargo-about - name: Build - run: cargo build --verbose --no-default-features --features backend-qt,${{ github.event.inputs.features || inputs.features }} --release -p slint-${{ github.event.inputs.program || inputs.program }} + run: cargo build --verbose --no-default-features --features ${{ github.event.inputs.features || inputs.features }} --release -p slint-${{ github.event.inputs.program || inputs.program }} - name: Create artifact directory run: | mkdir -p slint-${{ github.event.inputs.program || inputs.program }}