Skip to content

Commit

Permalink
restore rust
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 30, 2023
1 parent 7b9e2a8 commit 4186f36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,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
# shell: bash
Expand Down Expand Up @@ -227,6 +227,7 @@ jobs:
- name: Build
shell: bash
run: |
echo "PKG_CONFIG_PATH"
echo "$PKG_CONFIG_PATH"
# export PKG_CONFIG_PATH="$VCPKG_INSTALLATION_ROOT/installed/${{ matrix.triplet }}/lib/pkgconfig"
Expand Down

0 comments on commit 4186f36

Please sign in to comment.