Skip to content

Commit

Permalink
Removing unused dependencies in GitQlient
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Jun 25, 2022
1 parent 6833616 commit 4e4b74d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
target: desktop
host: ${{ matrix.env.qtplatform }}
install-deps: true
modules: 'qtwebengine'

- name: Installing dependencies
id: vars
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
target: desktop
host: ${{ matrix.env.qtplatform }}
install-deps: true
modules: 'qtwebengine'

- name: Build GitQlient AppImage
if: matrix.env.name == 'Linux AppImage'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
target: desktop
host: windows
install-deps: true
modules: 'qtwebengine'
arch: win64_msvc2019_64

- name: Install dependencies
Expand Down

0 comments on commit 4e4b74d

Please sign in to comment.