Skip to content

Commit

Permalink
Debugging scc extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Mar 15, 2024
1 parent 550e389 commit 6ac8dde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ runs:
run: |
mkdir -p wizard
wget https://github.com/boyter/scc/releases/download/v3.2.0/scc_Linux_x86_64.tar.gz -O wizard/scc.gz
tar -C wizard -xvf scc.gz
find wizard/
tar -C wizard/ -xvf scc.gz
find wizard/
chmod +x wizard/scc
shell: "bash"

Expand Down

0 comments on commit 6ac8dde

Please sign in to comment.