Skip to content

Commit 6bb7276

Browse files
committed
asdlkfja
1 parent b0e1dee commit 6bb7276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Debug connectivity
4040
run: |
41-
nmcli connection modify "eth0" ipv4.dns "172.16.1.180"
41+
echo "nameserver 172.16.1.180" >> /etc/resolv.conf
4242
echo "Trying to connect with curl:"
4343
curl -v --tlsv1.2 -X GET https://www.iitkgp.ac.in/assets/pdf/Holidays2025.pdf
4444
curl -v --tlsv1.2 -X GET https://www.iitkgp.ac.in/holidays

0 commit comments

Comments
 (0)