Skip to content

Commit

Permalink
Remove additional apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored May 10, 2024
1 parent 0978c05 commit 1a0b7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# https://github.com/nektos/act/issues/973
if: ${{ steps.prereq.outputs.need_node == '1' && env.ACT }}
run: |
sudo apt update && sudo apt install -y curl
sudo apt install -y curl
curl -sS https://webi.sh/node | sh
echo ~/.local/opt/node/bin >> $GITHUB_PATH
Expand Down

0 comments on commit 1a0b7aa

Please sign in to comment.