add using dns
This commit is contained in:
6
.github/workflows/run-script.yml
vendored
6
.github/workflows/run-script.yml
vendored
@@ -13,6 +13,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- 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: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user