Skip to content

Commit

Permalink
fix: remove unneded cp from action
Browse files Browse the repository at this point in the history
  • Loading branch information
yaboiishere committed Feb 4, 2025
1 parent 0531019 commit a952d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/node-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ runs:
shell: bash
run: |
curl -L https://github.com/aeternity/aeternity/releases/download/v7.3.0-rc3/aeternity-v7.3.0-rc3-ubuntu-x86_64.tar.gz -o aeternity.tgz\
&& mkdir -p ${NODEROOT} && tar xf aeternity.tgz -C ${NODEROOT} && cp -rf ${NODEROOT}/lib/ ${NODEROOT}
&& mkdir -p ${NODEROOT} && tar xf aeternity.tgz -C ${NODEROOT}

0 comments on commit a952d7a

Please sign in to comment.