Skip to content

Commit 426285a

Browse files
leogdionclaude
andcommitted
Install curl only when code coverage is present on Ubuntu
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9c8c103 commit 426285a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/SyntaxKit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
type: ${{ matrix.type }}
6868
wasmtime-version: 41.0.3
6969
- name: Install curl
70-
if: matrix.swift.version == '6.3'
70+
if: steps.build.outputs.contains-code-coverage == 'true'
7171
run: |
7272
apt-get update -q
7373
apt-get install -y curl

0 commit comments

Comments
 (0)