Sync: Ripple(d) 2.5.0 [DO NOT MERGE] #195
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: Guard Checker Build | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| guard-checker-build: | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| include: | |
| - run-on: ubuntu-latest | |
| - run-on: macos-latest | |
| runs-on: ${{ matrix.run-on }} | |
| name: Guard Checker Build - ${{ matrix.run-on }} | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v6 | |
| - name: Build Guard Checker | |
| run: | | |
| cd include/xrpl/hook | |
| make guard_checker |