Skip to content

Commit 366c07e

Browse files
authored
Update build-glibc-and-release.yaml
1 parent 9616dc2 commit 366c07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-glibc-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
shell: bash
3838
run: |
3939
cd build
40-
wget -q -O COPYING 'https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=COPYING;hb=HEAD'
41-
wget -q -O LICENSES 'https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=LICENSES;hb=HEAD'
40+
wget -O COPYING 'https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=COPYINGv2;hb=HEAD'
41+
wget -O LICENSES 'https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=LICENSES;hb=HEAD'
4242
4343
- name: Delete existing release
4444
uses: dev-drprasad/delete-tag-and-release@v0.2.1

0 commit comments

Comments
 (0)