Skip to content

Commit 1dcf970

Browse files
authored
Update main.yml
1 parent e3a3143 commit 1dcf970

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414

1515
- name: download cidr
1616
run: |
17-
wget --no-check-certificate -cqO- http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest | grep "apnic|CN|ipv4|" | awk -F'|' '{print $4"/"32-log($5)/log(2)}' >IPchnroute
18-
sha256sum IPchnroute | awk '{print$1}' >IPchnroute.sha256sum
1917
chmod +x ros-dpbr.sh
2018
./ros-dpbr.sh
2119

0 commit comments

Comments
 (0)