Skip to content

Commit

Permalink
Unintall Powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
iwillspeak committed Sep 16, 2018
1 parent 1f13395 commit 4c079bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ image:
- Visual Studio 2017
- ubuntu
install:
- sh: sudo apt-mark showhold
- sh: sudo apt-get remove -f -y powershell
- sh: sudo apt-get install -y libwebkit2gtk-4.0-dev libgtk-3-dev
- sh: sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- sh: sudo apt-mark showhold
- git submodule update --init --recursive
build_script:
- ps: .\ci_build.ps1
Expand Down

0 comments on commit 4c079bd

Please sign in to comment.