File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -120,14 +120,15 @@ jobs:
120
120
python-version : ${{ matrix.python-version }}
121
121
channels : conda-forge
122
122
123
+ # Install build dependencies from conda-forge
124
+ - name : Install build dependencies
125
+ shell : bash -l {0}
126
+ run : conda install cmake
127
+
123
128
# Install GMT master branch
124
129
- name : Install GMT from master
125
130
shell : bash -l {0}
126
- run : |
127
- echo "::add-path::$GITHUB_WORKSPACE/gmt/bin"
128
- apt -qq update
129
- DEBIAN_FRONTEND=noninteractive apt install -y cmake xdg-utils libcurl4-openssl-dev
130
- curl https://raw.githubusercontent.com/GenericMappingTools/gmt/master/ci/build-gmt-master.sh | bash
131
+ run : curl https://raw.githubusercontent.com/GenericMappingTools/gmt/master/ci/build-gmt-master.sh | bash
131
132
132
133
# Cache the ${HOME}/.gmt directory, for docs and testing
133
134
- name : Cache GMT directory
You can’t perform that action at this time.
0 commit comments