Mercurial
comparison third_party/wrk/.github/workflows/build.yml @ 186:8cf4ec5e2191 hg-web
Fixed merge conflict.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 22:38:59 -0800 |
| parents | 94705b5986b3 |
| children |
comparison
equal
deleted
inserted
replaced
| 176:fed99fc04e12 | 186:8cf4ec5e2191 |
|---|---|
| 1 name: build | |
| 2 | |
| 3 on: | |
| 4 push: | |
| 5 | |
| 6 jobs: | |
| 7 build: | |
| 8 runs-on: ${{ matrix.builder }} | |
| 9 strategy: | |
| 10 matrix: | |
| 11 builder: [macos-latest, ubuntu-latest] | |
| 12 steps: | |
| 13 - uses: actions/checkout@v2 | |
| 14 with: | |
| 15 fetch-depth: 0 | |
| 16 - name: build | |
| 17 run: make |