Skip to content

Commit f9e51f4

Browse files
committed
ci: Cleanup shell tracing, ensure steps are wrapped in GHA groups
1 parent ca0f687 commit f9e51f4

2 files changed

Lines changed: 121 additions & 58 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,11 @@ jobs:
185185
if: ${{ matrix.platform == 'aarch64' }}
186186

187187
- name: Setup env_vars
188-
run: echo "export LIBAVIF_VERSION=${{ env.LIBAVIF_VERSION }}" > env_vars.sh
188+
run: |
189+
cat <<'EOF' >> env_vars.sh
190+
export LIBAVIF_VERSION=${{ env.LIBAVIF_VERSION }}"
191+
export GITHUB_ACTIONS=1"
192+
EOF
189193
190194
- name: Cache build
191195
id: build-cache

0 commit comments

Comments
 (0)