We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632f78c commit 79424faCopy full SHA for 79424fa
.github/workflows/main.yml
@@ -414,17 +414,8 @@ jobs:
414
- name: prepare libc6 for actions
415
if: matrix.vector.jobname == 'linux32'
416
run: apt -q update && apt -q -y install libc6-amd64 lib64stdc++6
417
- - name: install git in container
418
- run: |
419
- if [ -f /etc/alpine-release ]; then
420
- apk update && apk add --no-cache git
421
- elif [ -f /etc/almalinux-release ] || [ -f /etc/redhat-release ]; then
422
- dnf -y install git
423
- else
424
- apt -q update && apt -q -y install git
425
- fi
426
- - uses: actions/checkout@v4
427
- run: ci/install-dependencies.sh
+ - uses: actions/checkout@v4
428
- run: useradd builder --create-home
429
- run: chown -R builder .
430
- run: sudo --preserve-env --set-home --user=builder ci/run-build-and-tests.sh
0 commit comments