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 9c98368 commit 7a7e184
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,7 +68,7 @@ jobs:

- name: Install dependencies
run: |
tee -a $PREFIX/etc/hosts > /dev/null << EOF
tee -a /system/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
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Wait for DNS
run: |
cat $PREFIX/etc/hosts
cat /system/etc/hosts
echo "Checking DNS readiness..."
max_attempts=$((2 * 60 / 5))
attempt=1
Expand Down

0 comments on commit 7a7e184

Please sign in to comment.