Skip to content

Commit

Permalink
im an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Mar 25, 2024
1 parent bc78c1a commit 4d91c57
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,18 +149,12 @@ jobs:
if: ${{ matrix.duckdb_arch == 'linux_amd64_gcc4' }}
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/env" >> $GITHUB_PATH
echo "$HOME/.cargo/env"
ls $HOME/.cargo/env
echo $GITHUB_PATH
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Test cargo
if: ${{ matrix.duckdb_arch == 'linux_amd64_gcc4' }}
run: |
echo "$HOME/.cargo/env"
ls $HOME/.cargo/env
echo $GITHUB_PATH
cd delta-kernel-rs
cd ls-kernel-rs
cargo build
Expand Down

0 comments on commit 4d91c57

Please sign in to comment.