Skip to content

Commit

Permalink
fix: update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tie committed Jan 26, 2025
1 parent 9da76ab commit 186dc92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v28
with:
extra_nix_config: "extra-experimental-features = nix-command flakes"

Expand Down Expand Up @@ -62,8 +62,7 @@ jobs:
sudo apt-get install -y cloudflare-warp
warp-cli --accept-tos registration new
warp-cli --accept-tos connect
sleep 1 && echo
curl -i https://cloudflare.com/cdn-cgi/trace
curl --include --retry 10 --retry-delay 1 --retry-all-errors https://cloudflare.com/cdn-cgi/trace
- name: Switch configuration
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v28
with:
extra_nix_config: "extra-experimental-features = nix-command flakes"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v28
with:
extra_nix_config: "extra-experimental-features = nix-command flakes"

Expand Down

0 comments on commit 186dc92

Please sign in to comment.