Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoosmanviz committed Jan 2, 2025
1 parent da72a0d commit f29a4fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
if: ${{ matrix.job.target != 'aarch64-unknown-linux-gnu' }}
with:
toolchain: stable
target: ${{ matrix.job.target }}
Expand Down Expand Up @@ -62,7 +61,6 @@ jobs:
- name: Build the project
id: build-crate
uses: philss/[email protected]
if: ${{ matrix.job.target != 'aarch64-unknown-linux-gnu' }}
with:
project-name: kuzu_ex
project-version: ${{ env.PROJECT_VERSION }}
Expand All @@ -74,7 +72,6 @@ jobs:

- name: Upload artifact
uses: actions/upload-artifact@v3
if: ${{ matrix.job.target != 'aarch64-unknown-linux-gnu' }}
with:
name: ${{ steps.build-crate.outputs.file-name }}
path: ${{ steps.build-crate.outputs.file-path }}
Expand Down

0 comments on commit f29a4fe

Please sign in to comment.