Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Nov 1, 2022
1 parent 7aa53ae commit ce34adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 102 deletions.
2 changes: 2 additions & 0 deletions .ci/pnnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
- name: torchvision
if: steps.cache-torchvision.outputs.cacheHit != 'true'
run: |
apt-get update
apt-get install -y libjpeg-dev libpng-dev
cd vision
mkdir -p build; cd build
cmake -DCMAKE_INSTALL_PREFIX=${{ci.workspace}}/torchvision-${{matrix.torchvision-version}}-install -DTorch_DIR=${{ci.workspace}}/torch-${{matrix.torch-version}}/lib/python3.9/site-packages/torch/share/cmake/Torch -DCMAKE_BUILD_TYPE=Release ..
Expand Down
102 changes: 0 additions & 102 deletions .github/workflows/pnnx.yml

This file was deleted.

0 comments on commit ce34adc

Please sign in to comment.