Skip to content

Commit 209a9f5

Browse files
authored
Merge pull request #262 from DefangLabs/linda-curl-consistency
Make curl use eval consistently
2 parents 6d1fcf5 + b2aff7e commit 209a9f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install Defang
2222
run: |
23-
. <(curl -Ls https://s.defang.io/install)
23+
eval "$(curl -fsSL s.defang.io/install)"
2424
2525
- name: Run Checks
2626
id: checks

.github/workflows/deploy-changed-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Install Defang
5050
run: |
51-
. <(curl -Ls https://s.defang.io/install)
51+
eval "$(curl -fsSL s.defang.io/install)"
5252
5353
- name: Run tests
5454
id: run-tests

0 commit comments

Comments
 (0)