Skip to content

Commit bd3a2db

Browse files
authored
Update build.yml
1 parent 1442c60 commit bd3a2db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Patch Alpine for GitHub Actions
3434
run: |
35-
apk add --no-cache nodejs npm gcompat git
35+
apk add --no-cache nodejs npm gcompat git tar
3636
sed -i 's/^ID=.*/ID=gha/' /etc/os-release
3737
mkdir -p /__e/node20/bin
3838
ln -sf /usr/bin/node /__e/node20/bin/node
@@ -51,7 +51,6 @@ jobs:
5151

5252
- name: Fetch submodules
5353
run: |
54-
apk add tar
5554
git config --global --add safe.directory "$GITHUB_WORKSPACE"
5655
git submodule update --init --recursive
5756

0 commit comments

Comments
 (0)