Skip to content

Commit

Permalink
add cargo to gh path
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Mar 25, 2024
1 parent a61fe4c commit 63e9cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
if: ${{ matrix.duckdb_arch == 'linux_amd64_gcc4' }}
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
echo "$HOME/.cargo/env" >> $GITHUB_PATH
- name: Setup Ccache
uses: hendrikmuhs/[email protected] # Note: pinned due to GLIBC incompatibility in later releases
Expand Down

0 comments on commit 63e9cc0

Please sign in to comment.