Skip to content

Commit 1fccd7c

Browse files
committed
ci: remove dapr override
Signed-off-by: mikeee <[email protected]>
1 parent cc47a7d commit 1fccd7c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/validate_go_quickstarts.yaml

-13
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,6 @@ jobs:
9595
echo "PATH=$PATH:$HOME/.local/bin" >> $GITHUB_ENV
9696
pip3 install setuptools wheel
9797
pip3 install mechanical-markdown
98-
- name: Checkout Dapr
99-
uses: actions/checkout@v4
100-
with:
101-
repository: dapr/dapr
102-
ref: df7ece7b8b717b991b22e0e94556e3b16effd034
103-
path: './dapr-dapr'
104-
- name: Build Dapr
105-
run: |
106-
cd ./dapr-dapr/
107-
make build
108-
- name: Override dapr
109-
run: |
110-
cp ./dapr-dapr/dist/linux_amd64/release/daprd ~/.dapr/bin/daprd
11198
- name: Validate building blocks with GO
11299
run: |
113100
variants=("http" "sdk")

0 commit comments

Comments
 (0)