We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d30fb commit e797a87Copy full SHA for e797a87
.github/workflows/c.yml
@@ -11,5 +11,5 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - name: make
15
- run: cd Sources/cmth && make
+ - name: Build C targets
+ run: swift build --target Cmth --target CmthColor -v
0 commit comments