Skip to content

Commit

Permalink
Document need to define GH_TOKEN for cli tool
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomofiorin committed Oct 22, 2024
1 parent 2e1b83c commit 05b7cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel-tools/containers/CentOS9-devel.def
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ From: quay.io/centos/centos:stream9
# Download pre-built recent CMake (mostly for GROMACS)
rm -fr /opt/cmake
mkdir -p /opt/cmake
# export GH_TOKEN=xxxxx (will needs this to run gh even on public repos)
gh release download v3.30.5 --repo https://github.com/Kitware/CMake --clobber --pattern '*linux-x86_64.sh'
bash cmake-3.30.5-linux-x86_64.sh --skip-license --prefix=/opt/cmake

0 comments on commit 05b7cd5

Please sign in to comment.