Skip to content

Commit cf6ad64

Browse files
committed
Fix appveyor config
1 parent aed3d0f commit cf6ad64

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.appveyor.yml

+6-8
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,16 @@ skip_commits:
1313
- docs/**/*
1414

1515
image:
16-
- Visual Studio 2015
17-
- Ubuntu1804
16+
- Visual Studio 2015
17+
- Ubuntu1804
1818

1919
install:
20-
- sh: >-
21-
sudo apt update
22-
23-
sudo apt install --yes nsis
20+
- sh: sudo apt update
21+
- sh: sudo apt install --yes nsis
2422

2523
build_script:
26-
- cmd: makensis.exe /V3 bdelock.nsi
27-
- sh: makensis -V3 bdelock.nsi
24+
- cmd: makensis.exe /V3 bdelock.nsi
25+
- sh: makensis -V3 bdelock.nsi
2826

2927
test: off
3028
deploy: off

0 commit comments

Comments
 (0)