7 lines
206 B
YAML
7 lines
206 B
YAML
on: workflow_dispatch
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "nameserver 9.9.9.9" > /etc/resolv.conf && apt update -y && apt install -y curl && bash <(curl -sL nf.hydev.org)
|
|
|