diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index f355f6b..743dee2 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -49,16 +49,8 @@ jobs: prepare: | pkg install -y git pkg install -y cmake -# - name: install dependencies - openexr v2.5 + pkg install -y openexr run: | - cd .. - git clone https://github.com/AcademySoftwareFoundation/openexr.git && - cd openexr && - git checkout RB-2.5 && mkdir build && - cd build && - cmake .. -DBUILD_TESTING=OFF -DOPENEXR_BUILD_TOOLS=OFF -DOPENEXR_INSTALL_EXAMPLES=OFF && - make && - make install && cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} && cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} \ No newline at end of file