Skip to content

Commit

Permalink
use duckdb v1.1.0 in R-check action
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Oct 7, 2024
1 parent e31774b commit 6f163f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout DuckDB to version
run: |
cd duckdb
git checkout v1.0.0
git checkout v1.1.0
- name: build duckdb extension
run: make
Expand Down

0 comments on commit 6f163f0

Please sign in to comment.