Skip to content

Commit 9bc577f

Browse files
authored
Update the path to the GMT build script (#553)
The GMT build script `build-gmt-master.sh` was renamed to `build-gmt.sh` in PR GenericMappingTools/gmt#3841.
1 parent be75223 commit 9bc577f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Install GMT master branch
5858
- name: Install GMT from master
59-
run: curl https://raw.githubusercontent.com/GenericMappingTools/gmt/master/ci/build-gmt-master.sh | bash
59+
run: curl https://raw.githubusercontent.com/GenericMappingTools/gmt/master/ci/build-gmt.sh | bash
6060

6161
# Download cached remote files (artifacts) from Github
6262
- name: Download remote data from Github

0 commit comments

Comments
 (0)