Skip to content

Commit

Permalink
Fix AppVeyor multiline command issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Starke <[email protected]>
  • Loading branch information
daniel-starke committed Nov 8, 2023
1 parent 35568a7 commit 8c27a90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ image:
install:
- c:\msys64\usr\bin\pacman -Syu --noconfirm
- c:\msys64\usr\bin\pacman -Syu --noconfirm
- c:\msys64\usr\bin\pacman -S --noconfirm --needed \
make \
mingw-w64-x86_64-toolchain \
mingw-w64-x86_64-gcc \
mingw-w64-x86_64-fltk
- c:\msys64\usr\bin\pacman -S --noconfirm --needed make mingw-w64-x86_64-toolchain mingw-w64-x86_64-gcc mingw-w64-x86_64-fltk

build_script:
- cd %APPVEYOR_BUILD_FOLDER%
Expand Down

0 comments on commit 8c27a90

Please sign in to comment.