Skip to content

Commit

Permalink
restore rust install
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 26, 2023
1 parent f1f6039 commit 5793ac9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ jobs:
with:
submodules: "recursive"

# - name: Install Rust
# uses: dtolnay/rust-toolchain@stable
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

# - uses: Swatinem/rust-cache@v2
- uses: Swatinem/rust-cache@v2

- name: Install Pixi
run: |
Expand Down Expand Up @@ -176,8 +176,8 @@ jobs:
echo "listing Library/include"
ls $(pwd)/build/.pixi/env/Library/include
echo "$(pwd)/build/.pixi/env/lib" >> $GITHUB_PATH
echo "LD_LIBRARY_PATH=$(pwd)/build/.pixi/env/lib" >> "$GITHUB_ENV"
echo "PKG_CONFIG_PATH=$(pwd)/build/.pixi/env/lib/pkgconfig" >> "$GITHUB_ENV"
echo "LD_LIBRARY_PATH=$(pwd)/build/.pixi/env/Library/lib" >> "$GITHUB_ENV"
echo "PKG_CONFIG_PATH=$(pwd)/build/.pixi/env/Library/lib/pkgconfig" >> "$GITHUB_ENV"
echo "ls pkg_config_path"
- name: Install Python dependencies
Expand Down

0 comments on commit 5793ac9

Please sign in to comment.