Skip to content

Commit 74a0a1c

Browse files
committed
CI: merge duplicate 'install' keys into one
1 parent ac95f59 commit 74a0a1c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ matrix:
3030
- image: Visual Studio 2019
3131
BUILD_COMBO: linux-clang
3232

33-
install:
34-
- cmd: set PATH=%PATH%;%QT_DIR%\\bin
35-
- sh: export PATH="${PATH}:${QT_DIR}/bin"
36-
3733
configuration:
3834
#- Debug
3935
- Release
4036

4137
install:
38+
- cmd: set PATH=%PATH%;%QT_DIR%\\bin
39+
- sh: export PATH="${PATH}:${QT_DIR}/bin"
4240
- ps: ./ci/setup.ps1
4341
#- sh: source /opt/qt512/bin/qt512-env.sh
4442

0 commit comments

Comments
 (0)