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 cc3be19 commit 6802f52Copy full SHA for 6802f52
scripts/do-test.sh
@@ -9,7 +9,7 @@ autoreconf --force --install --verbose
9
./configure
10
make
11
make clean
12
-sudo DEBIAN_FRONTEND=noninteractive apt-get install libgsm1-dev libsndfile1-dev tcpdump
+sudo DEBIAN_FRONTEND=noninteractive apt-get -o Acquire::ForceIPv4=true install libgsm1-dev libsndfile1-dev tcpdump
13
tcpdump --version || true
14
mkdir deps
15
cd deps
0 commit comments