Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gushmazuko committed Apr 29, 2024
1 parent 5114022 commit 9c98368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ jobs:

- name: Install dependencies
run: |
tee -a /etc/hosts > /dev/null << EOF
tee -a $PREFIX/etc/hosts > /dev/null << EOF
5.75.242.194 packages.termux.dev
185.199.110.133 raw.githubusercontent.com
188.114.96.2 packages-cf.termux.dev
185.199.109.153 termux.dev
EOF
- name: Wait for DNS
run: |
cat $PREFIX/etc/hosts
echo "Checking DNS readiness..."
max_attempts=$((2 * 60 / 5))
attempt=1
Expand Down

0 comments on commit 9c98368

Please sign in to comment.