Skip to content

Commit

Permalink
CD to folder first
Browse files Browse the repository at this point in the history
  • Loading branch information
pdet committed Oct 4, 2023
1 parent 861238d commit 9b56b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: update duckdb-r src code with PR code
shell: bash
working-directory: ${{ env.DUCKDB_R_SRC }}
run: ./vendor.sh duckdb
run: (cd duckdb-r && ./vendor.sh duckdb)

- name: Build Extension
run: |
Expand Down

0 comments on commit 9b56b26

Please sign in to comment.