Skip to content

Commit 64ddc4b

Browse files
committed
Fix CI
1 parent 8512d23 commit 64ddc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Copy Secrets file
4444
run: cp Examples/Examples/_Secrets.swift Examples/Examples/Secrets.swift
4545
- name: Build example
46-
run: PLATFORM="${{ matrix.platform }}" make test-library
46+
run: PLATFORM="${{ matrix.platform }}" make build-example

0 commit comments

Comments
 (0)