Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Jul 2, 2024
1 parent 5d27820 commit 9474dfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
cvmfs_repositories: 'oasis.opensciencegrid.org'
- name: install
run: |
sudo apt-get install tcl-dev environment-modules
sudo apt-get install tcl-dev
wget https://github.com/cea-hpc/modules/releases/download/v5.4.0/modules-5.4.0.tar.gz
tar -xzf modules-5.4.0.tar.gz
cd modules-5.4.0 && ./configure --prefix=$PWD/../modules && make && make install
Expand All @@ -28,5 +28,6 @@ jobs:
module avail
for x in ./modulefiles/*; do x=$(basename $x) && module load $x && module unload $x; done
module load clas12
decoder -h || true
java -version

0 comments on commit 9474dfd

Please sign in to comment.