Skip to content

Commit

Permalink
don't set $EESSI_SILENT
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Oct 4, 2024
1 parent 3ab8b87 commit 9dde4b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ runs:
- id: install-eessi
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
echo "EESSI_SILENT=1" >> $GITHUB_ENV
echo 'unset BASH_ENV' >> $HOME/env_config.export
echo "source /cvmfs/software.eessi.io/versions/$EESSI_STACK_VERSION/init/bash" >> $HOME/env_config.export
sudo apt install -y direnv
Expand Down

0 comments on commit 9dde4b1

Please sign in to comment.