Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-harin committed May 26, 2024
1 parent 5179cff commit 45463bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:
with:
website: oracle.com
release: 22
- name: 'Change permissions'
run: sudo chown -R $(whoami) /usr/local
- run: make install
2 changes: 1 addition & 1 deletion installs/install-pmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi

pmd_version=6.55.0
cd /usr/local
wget https://github.com/pmd/pmd/releases/download/pmd_releases%2F6.55.0/pmd-bin-${pmd_version}.zip
wget --quiet https://github.com/pmd/pmd/releases/download/pmd_releases%2F6.55.0/pmd-bin-${pmd_version}.zip
unzip -qq pmd-bin-${pmd_version}.zip
rm pmd-bin-${pmd_version}.zip
mv pmd-bin-${pmd_version} pmd
Expand Down

0 comments on commit 45463bf

Please sign in to comment.