Skip to content

Commit

Permalink
ci: remove dapr override
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Jul 26, 2024
1 parent cc47a7d commit 1fccd7c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/validate_go_quickstarts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,6 @@ jobs:
echo "PATH=$PATH:$HOME/.local/bin" >> $GITHUB_ENV
pip3 install setuptools wheel
pip3 install mechanical-markdown
- name: Checkout Dapr
uses: actions/checkout@v4
with:
repository: dapr/dapr
ref: df7ece7b8b717b991b22e0e94556e3b16effd034
path: './dapr-dapr'
- name: Build Dapr
run: |
cd ./dapr-dapr/
make build
- name: Override dapr
run: |
cp ./dapr-dapr/dist/linux_amd64/release/daprd ~/.dapr/bin/daprd
- name: Validate building blocks with GO
run: |
variants=("http" "sdk")
Expand Down

0 comments on commit 1fccd7c

Please sign in to comment.