Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <hey@mike.ee>
  • Loading branch information
mikeee committed Aug 19, 2024
1 parent 5b8dbde commit ad53847
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,26 +108,6 @@ jobs:
cache: false
go-version: "stable"

- name: Install Dapr CLI
if: env.DAPR_CLI_REF != ''
run: |
cd cli
sh ${{ env.DAPR_INSTALL_URL }} -v ${{ env.DAPR_CLI_VERSION }} -n
- name: Install Dapr Runtime
if: env.DAPR_REF != ''
run: |
cd dapr_runtime
make install
- name: Build dapr cli with latest stable version
if: env.DAPR_CLI_REF == ''
run: |
cd cli
make
with:
go-version: "stable"

- name: Build dapr cli with referenced commit and override version
if: env.DAPR_CLI_REF != ''
run: |
Expand Down

0 comments on commit ad53847

Please sign in to comment.