Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ jobs:
run: |
os=${DOCKER_IMAGE%%:*} # convert "fedora:32" to fedora
bash install-gmt-${os}.sh
which gmt
ls /usr/bin/gmt
ls -lrh /usr/share/doc/*
ls -lrh /usr/share/gmt/*
env:
DOCKER_IMAGE: ${{ matrix.image }}

Expand Down
2 changes: 1 addition & 1 deletion install-gmt-fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x -e

dnf -yq install dnf-plugins-core
dnf -yq copr enable genericmappingtools/gmt
dnf -yq install gmt
dnf -y --verbose install gmt
dnf -yq install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
dnf -yq install GraphicsMagick ffmpeg gdal

Expand Down