We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824437a commit 6edf8b8Copy full SHA for 6edf8b8
.github/workflows/ubuntu_no_libtiff.yml
@@ -26,6 +26,9 @@ jobs:
26
- name: remove libtiff
27
run: sudo apt-get --purge remove libtiff-dev -y
28
29
+ - name: install openexr
30
+ run: sudo apt-get -y install libopenexr-dev
31
+
32
- uses: actions/checkout@v4
33
34
- name: Configure CMake
@@ -48,6 +51,9 @@ jobs:
48
51
- name: remove libtiff-dev
49
52
50
53
54
55
56
57
58
59
0 commit comments