Unverified Commit a0bfb99e authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Fix build for changes in boringssl paths

parent c7f91fc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ jobs:
        - run: |
            mkdir -p .cargo
            echo '[patch.crates-io]' > .cargo/config.toml
            echo 'bssl-sys = { path = "'$OPENSSL_DIR'/rust" }' >> .cargo/config.toml
            echo 'bssl-sys = { path = "'$OPENSSL_DIR'/rust/bssl-sys" }' >> .cargo/config.toml
          if: matrix.library.name == 'boringssl' && !matrix.bindgen
        - uses: actions/cache@v3
          with: