Skip to content

Commit

Permalink
chore: need dnsutils (again yes)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 28, 2018
1 parent f896488 commit 0cd65b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- run: cat /etc/os-release
- run: apt-get update
- run: apt-get install dnsutils
- run: apt-get install -y dnsutils
- run: dig cloudflare-dns.com. AAAA +dnssec
- checkout
- run: dotnet restore
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- run: cat /etc/os-release
- run: apt-get update
- run: apt-get install dnsutils
- run: apt-get install -y dnsutils
- run: dig cloudflare-dns.com. AAAA +dnssec
- checkout
- run: dotnet restore
Expand Down

0 comments on commit 0cd65b4

Please sign in to comment.