Skip to content

Commit

Permalink
ci: update schedule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enpitsuLin committed Aug 10, 2024
1 parent 085a3ef commit 6d1bf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:

- name: Install WARP
run: |
echo "WARP mode: client warp+doh."
sudo apt-get -y update
curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list
Expand All @@ -49,6 +48,7 @@ jobs:
sudo warp-cli --accept-tos registration new
sudo warp-cli --accept-tos mode proxy
sudo warp-cli --accept-tos connect
sudo warp-cli --accept-tos enable-always-on
sleep 1
echo "Trace: $(sudo curl https://www.cloudflare.com/cdn-cgi/trace/)"
Expand Down

0 comments on commit 6d1bf90

Please sign in to comment.