Skip to content

Commit a510718

Browse files
authored
fix: fix CI
1 parent 3461b21 commit a510718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: cargo install bpf-linker
4444

4545
- name: Build
46-
run: just build-${{ matrix.profile }} ${{ matrix.zygisk }}
46+
run: just build ${{ matrix.profile }} ${{ matrix.zygisk }}
4747

4848
- name: Upload artifact
4949
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)