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 /.github/workflows | |
| parent | da34d6ba965f7db40c1f3ee8aa2231cede573f6c (diff) | |
ci: try to build proto/wine
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 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 |
