We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe1b7f commit 4029c1eCopy full SHA for 4029c1e
.github/workflows/release.yaml
@@ -73,6 +73,7 @@ jobs:
73
74
- name: Install cross-compiler and system dependencies
75
run: |
76
+ sed -i 's/deb\.debian\.org/archive.debian.org/g' /etc/apt/sources.list
77
dpkg --add-architecture $TARGET_ARCH
78
apt update && apt install -y --no-install-recommends \
79
crossbuild-essential-$TARGET_ARCH \
0 commit comments