Skip to content

Commit f26d950

Browse files
committed
fix(workflow): rename musl arm64 git clone step and remove unnecessary echo commands
1 parent 483c656 commit f26d950

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ jobs:
8888
apk add --no-cache \
8989
git \
9090
gcc \
91-
g++ \
9291
make \
93-
cmake \
9492
curl \
9593
sqlite \
9694
openssl-dev \
@@ -101,17 +99,12 @@ jobs:
10199
automake \
102100
libtool
103101
104-
- name: Musl arm64 git clone
102+
- name: linux-musl arm64 checkout
105103
if: matrix.name == 'linux-musl' && matrix.arch == 'arm64'
106104
run: |
107105
git config --global --add safe.directory '*'
108106
git clone https://github.com/${{ github.repository }}.git .
109107
git checkout ${{ github.sha }}
110-
111-
echo "Repository cloned successfully"
112-
echo "Current commit: $(git rev-parse HEAD)"
113-
echo "Files:"
114-
ls -la
115108
116109
- name: windows build curl
117110
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)