We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483c656 commit f26d950Copy full SHA for f26d950
1 file changed
.github/workflows/main.yml
@@ -88,9 +88,7 @@ jobs:
88
apk add --no-cache \
89
git \
90
gcc \
91
- g++ \
92
make \
93
- cmake \
94
curl \
95
sqlite \
96
openssl-dev \
@@ -101,17 +99,12 @@ jobs:
101
99
automake \
102
100
libtool
103
104
- - name: Musl arm64 git clone
+ - name: linux-musl arm64 checkout
105
if: matrix.name == 'linux-musl' && matrix.arch == 'arm64'
106
run: |
107
git config --global --add safe.directory '*'
108
git clone https://github.com/${{ github.repository }}.git .
109
git checkout ${{ github.sha }}
110
-
111
- echo "Repository cloned successfully"
112
- echo "Current commit: $(git rev-parse HEAD)"
113
- echo "Files:"
114
- ls -la
115
116
- name: windows build curl
117
if: matrix.os == 'windows-latest'
0 commit comments