Skip to content

Commit

Permalink
Try fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosal1015 committed Dec 25, 2024
1 parent 91d8e51 commit 9c713ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/builder_self_hosted_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ jobs:
run: echo "$(realpath cactus/builder/bin)" >> $GITHUB_PATH

- name: Download dependencies
run: python -m cactus.builder.download-depends repository ${{ github.event.inputs.pkgbase }}
run: |
# See https://github.com/arch4edu/cactus/issues/10
sed 's/^#DisableSandbox/DisableSandbox/' -i /etc/pacman.conf || :
python -m cactus.builder.download-depends repository ${{ github.event.inputs.pkgbase }}
- name: Collect telemetry
uses: catchpoint/workflow-telemetry-action@master
Expand Down

0 comments on commit 9c713ef

Please sign in to comment.