Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Apr 16, 2020
1 parent 240448b commit 7957b71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
mkdir DJV-third-party-Debug &&
cd DJV-third-party-Debug &&
cmake ../../third-party -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../DJV-install-Debug -DDJV_BUILD_TINY=TRUE -DDJV_GCOV=TRUE -DDJV_PYTHON=FALSE -DDJV_OPENGL_ES2=TRUE -DDJV_BUILD_BIN=FALSE -DDJV_BUILD_DOC=FALSE -DDJV_BUILD_EXAMPLES=FALSE -DDJV_BUILD_EXPERIMENTS=FALSE &&
make
make &&
make install
- name: Build DJV
run: >
Expand Down

0 comments on commit 7957b71

Please sign in to comment.