Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed May 14, 2024
1 parent 16f5686 commit 8a5d1d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: wget https://github.com/OpenImageDenoise/oidn/releases/download/v${OIDN_VERSION}/oidn-${OIDN_VERSION}.arm.macos.tar.gz
- run: tar -xf oidn-${OIDN_VERSION}.arm.macos.tar.gz
- run: echo "OIDN_DIR=`pwd`/oidn-${OIDN_VERSION}.arm.macos" >> $GITHUB_ENV
- run: wget https://github.com/OpenImageDenoise/oidn/releases/download/v${OIDN_VERSION}/oidn-${OIDN_VERSION}.arm64.macos.tar.gz
- run: tar -xf oidn-${OIDN_VERSION}.arm64.macos.tar.gz
- run: echo "OIDN_DIR=`pwd`/oidn-${OIDN_VERSION}.arm64.macos" >> $GITHUB_ENV
- run: echo "DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:${OIDN_DIR}/lib" >> $GITHUB_ENV
- run: cp $OIDN_DIR/lib/*dylib .
- run: cargo build --all --all-targets
Expand Down

0 comments on commit 8a5d1d8

Please sign in to comment.