diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f473e8..ca4c44f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,14 @@ jobs: version: "${{ env.QT_VERSION }}.*" cache: true modules: 'qtshadertools' + - name: Setup Linux dependencies + run: | + sudo apt-get update \ + sudo apt-get install \ + libkf6coreaddons-dev \ + libkf6i18n-dev \ + libkf6crash-dev - name: Build run: cargo build --verbose - name: Run clippy - run: cargo clippy \ No newline at end of file + run: cargo clippy