Skip to content

Commit

Permalink
fix Permission denied error
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedElashri authored Sep 21, 2023
1 parent d3d5d2b commit 4be94e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ runs:
- run: wget https://github.com/MohamedElashri/ROOT/releases/download/ubuntu/root_v6.28.04_Ubuntu_20.04.zip
shell: bash
- run: |
unzip root_v6.28.04_Ubuntu_20.04.zip -d /usr/local
mv /usr/local/root_build /usr/local/root
sudo unzip root_v6.28.04_Ubuntu_20.04.zip -d /usr/local
sudo mv /usr/local/root_build /usr/local/root
shell: bash
- run: |
sudo apt-get install git dpkg-dev cmake g++ gcc binutils libx11-dev libxpm-dev libxft-dev libxext-dev tar gfortran subversion
Expand Down

0 comments on commit 4be94e0

Please sign in to comment.