remove dns
This commit is contained in:
4
.github/workflows/run-script.yml
vendored
4
.github/workflows/run-script.yml
vendored
@@ -27,10 +27,6 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Set custom DNS
|
|
||||||
run: |
|
|
||||||
echo -e "nameserver 185.51.200.2\nnameserver 178.22.122.100" | sudo tee /etc/resolv.conf > /dev/null
|
|
||||||
cat /etc/resolv.conf
|
|
||||||
|
|
||||||
- name: Run Python Script
|
- name: Run Python Script
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user