Skip to content

Commit e797a87

Browse files
committed
Use SPM instead of make for C CI build.
1 parent b6d30fb commit e797a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: make
15-
run: cd Sources/cmth && make
14+
- name: Build C targets
15+
run: swift build --target Cmth --target CmthColor -v

0 commit comments

Comments
 (0)