Bump versions to make new releases with proper per ABI headers #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: cairo | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- 'buildSrc/**' | |
- 'cairo/**' | |
- '.github/workflows/build.yml' | |
- '.github/workflows/cairo.yml' | |
jobs: | |
build: | |
name: cairo | |
uses: ./.github/workflows/build.yml | |
with: | |
package: cairo |