Skip to content

Commit e11d8bd

Browse files
committed
Added stamp
1 parent 78dcac1 commit e11d8bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ EOF
134134
}
135135

136136
function build_libavif {
137+
if [ -e libavif-stamp ]; then return; fi
137138
install_rav1e
138139
python3 -m pip install meson ninja
139140

@@ -165,6 +166,7 @@ function build_libavif {
165166
cp /usr/local/lib64/libavif.a /usr/local/lib
166167
cp /usr/local/lib64/pkgconfig/libavif.pc /usr/local/lib/pkgconfig
167168
fi
169+
touch libavif-stamp
168170
}
169171

170172
function build {

0 commit comments

Comments
 (0)