Skip to content

Commit

Permalink
Clean up environment variable log
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Jan 22, 2025
1 parent 4812725 commit f81b35d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,10 @@ jobs:
- name: Log environment variables
run: |
python --version
echo HOME:
echo $HOME
echo GITHUB_WORKSPACE:
echo $GITHUB_WORKSPACE
echo PATH:
echo $PATH
echo PYTHONPATH:
echo $PYTHONPATH
echo HOME: $HOME
echo GITHUB_WORKSPACE: $GITHUB_WORKSPACE
echo PATH: $PATH
echo PYTHONPATH: $PYTHONPATH
- name: Install LilyPond
run: |
lilypond_archive="lilypond-${LILYPOND_VERSION}-linux-x86_64.tar.gz"
Expand Down

0 comments on commit f81b35d

Please sign in to comment.