We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0f687 commit f9e51f4Copy full SHA for f9e51f4
2 files changed
.github/workflows/wheels.yml
@@ -185,7 +185,11 @@ jobs:
185
if: ${{ matrix.platform == 'aarch64' }}
186
187
- name: Setup env_vars
188
- run: echo "export LIBAVIF_VERSION=${{ env.LIBAVIF_VERSION }}" > env_vars.sh
+ run: |
189
+ cat <<'EOF' >> env_vars.sh
190
+ export LIBAVIF_VERSION=${{ env.LIBAVIF_VERSION }}"
191
+ export GITHUB_ACTIONS=1"
192
+ EOF
193
194
- name: Cache build
195
id: build-cache
0 commit comments