File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,10 @@ before_install:
3030 - sudo apt-get install --yes libudunits2-dev libproj-dev libgeos-dev libgdal-dev
3131 # orca system dependencies -- https://github.com/plotly/orca/#linux-troubleshooting-cannot-open-shared-object
3232 - sudo apt-get install --yes libgtk2.0-0 libgconf-2-4 google-chrome-stable desktop-file-utils
33- - sudo apt-get install --yes nodejs npm
34- - npm install -g electron@1.8.4 orca
35- # # orca standalone binary
36- # - cd ..
37- # - wget https://github.com/plotly/orca/releases/download/v1.1.1/orca-1.1.1-x86_64.AppImage
38- # - chmod 777 orca-1.1.1-x86_64.AppImage
39- # - ln -s ./orca-1.1.1-x86_64.AppImage ./orca
40- # - export PATH="$PATH:$PWD"
33+ - wget https://github.com/plotly/orca/releases/download/v1.1.1/orca-1.1.1-x86_64.AppImage
34+ - chmod 777 orca-1.1.1-x86_64.AppImage
35+ - ln -s ./orca-1.1.1-x86_64.AppImage ./orca
36+ - export PATH="$PATH:$PWD"
4137 # make sure R pkgs are upt-to-date
4238 - Rscript -e 'update.packages(ask = FALSE)'
4339
You can’t perform that action at this time.
0 commit comments