action.yml 188 B

12345678
  1. name: build-for-benchmarks
  2. runs:
  3. using: composite
  4. steps:
  5. - uses: "./.github/actions/pre-steps"
  6. - name: Linux build for benchmarks
  7. run: make V=1 J=8 -j8 release
  8. shell: bash