We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1442c60 commit bd3a2dbCopy full SHA for bd3a2db
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- name: Patch Alpine for GitHub Actions
34
run: |
35
- apk add --no-cache nodejs npm gcompat git
+ apk add --no-cache nodejs npm gcompat git tar
36
sed -i 's/^ID=.*/ID=gha/' /etc/os-release
37
mkdir -p /__e/node20/bin
38
ln -sf /usr/bin/node /__e/node20/bin/node
@@ -51,7 +51,6 @@ jobs:
51
52
- name: Fetch submodules
53
54
- apk add tar
55
git config --global --add safe.directory "$GITHUB_WORKSPACE"
56
git submodule update --init --recursive
57
0 commit comments