fix "error: label at end of compound statement" with gcc8 #10
This file contains hidden or 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: Build | |
| on: | |
| push: | |
| branches: ["main"] | |
| jobs: | |
| build_library: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| name: Checkout Files | |
| - name: Configure and build the project | |
| uses: threeal/[email protected] | |
| with: | |
| run-build: true | |
| args: | | |
| -DBUILD=lib |