Skip to content

Commit

Permalink
Add rust build
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyconover committed Jun 30, 2024
1 parent 858dbea commit fdc0d33
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ExtensionTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
fetch-depth: 0
submodules: 'true'

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt, clippy

- name: Checkout DuckDB to version
if: ${{ matrix.duckdb_version != '<submodule_version>'}}
run: |
Expand Down Expand Up @@ -104,6 +108,10 @@ jobs:
with:
python-version: '3.11'

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt, clippy

- name: Checkout DuckDB to version
if: ${{ matrix.duckdb_version != '<submodule_version>'}}
run: |
Expand Down Expand Up @@ -152,6 +160,10 @@ jobs:
with:
python-version: '3.11'

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt, clippy

- name: Checkout DuckDB to version
# Add commits/tags to build against other DuckDB versions
if: ${{ matrix.duckdb_version != '<submodule_version>'}}
Expand Down

0 comments on commit fdc0d33

Please sign in to comment.