Skip to content

Commit aa4c357

Browse files
committed
1 parent 542d16b commit aa4c357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/veristat-scx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
LLVM_VERSION: ${{ inputs.llvm_version }}
2929
SCX_BUILD_OUTPUT: ${{ github.workspace }}/scx-build-output
3030
SCX_PROGS: ${{ github.workspace }}/scx-progs
31-
SCX_REVISION: e31fe903eae6e8fc407d68ec81b3effa2300923a
31+
SCX_REVISION: main
3232
steps:
3333
- uses: actions/checkout@v4
3434
with:
3535
sparse-checkout: |
3636
.github
3737
ci
38-
- uses: libbpf/ci/build-scx-scheds@v3
38+
- uses: libbpf/ci/build-scx-scheds@meson
3939
with:
4040
output-dir: ${{ env.SCX_BUILD_OUTPUT }}
4141
- name: Collect scx progs

0 commit comments

Comments
 (0)