From 4186f3677ceb13b18ac540f4fbb2f5c7499507dd Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 29 Aug 2023 21:37:14 -0400 Subject: [PATCH] restore rust --- .github/workflows/python-proj-wheels.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-proj-wheels.yml b/.github/workflows/python-proj-wheels.yml index ed19e432d..0220d1839 100644 --- a/.github/workflows/python-proj-wheels.yml +++ b/.github/workflows/python-proj-wheels.yml @@ -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 @@ -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"