diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 18:04:39 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 18:04:39 +0100 |
commit | 28760f77a78ecdbea3c390ae0d602d410852d230 (patch) | |
tree | d9693ad2afb93dfac27c226954d87ea62ccba041 | |
parent | da34d6ba965f7db40c1f3ee8aa2231cede573f6c (diff) |
ci: try to build proto/wine
-rw-r--r-- | .github/workflows/cmake.yml | 2 | ||||
-rw-r--r-- | sdk-paths-runneradmin@GNU-Linux.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ce47a3db..c24e9c99 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -36,7 +36,7 @@ jobs: - uses: seanmiddleditch/gha-setup-ninja@master - name: Install Linux Dependencies - run: sudo apt update && sudo apt install libprocps-dev libopencv-dev libopencv-dev + run: sudo apt update && sudo apt install libprocps-dev libopencv-dev libopencv-dev wine64-tools if: matrix.os == 'ubuntu-latest' - name: Cache Qt diff --git a/sdk-paths-runneradmin@GNU-Linux.cmake b/sdk-paths-runneradmin@GNU-Linux.cmake new file mode 100644 index 00000000..89c39be6 --- /dev/null +++ b/sdk-paths-runneradmin@GNU-Linux.cmake @@ -0,0 +1 @@ +set(SDK_WINE /usr) |