Skip to content

Commit

Permalink
fix: Working on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyconover committed Jul 2, 2024
1 parent dbdb26e commit 75cf148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: ./.github/workflows/_extension_distribution.yml
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.0.0
with:
duckdb_version: v1.0.0
extension_name: lindel
enable_rust: true

duckdb-stable-deploy:
name: Deploy extension binaries
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ jobs:
with:
cache: false

- name: Get CMake
uses: symbitic/install-cmake@master

- name: Build extension
env:
GEN: ninja
Expand Down
2 changes: 1 addition & 1 deletion extension-ci-tools

0 comments on commit 75cf148

Please sign in to comment.