Skip to content

Commit eafb238

Browse files
test with ninja
1 parent 47e4beb commit eafb238

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
apt-get update && apt-get install -y --no-install-recommends \
2323
cmake ninja-build git
24-
pip install --no-cache-dir build wheel setuptools
24+
pip install --no-cache-dir build wheel setuptools ninja
2525
2626
- name: Checkout code
2727
uses: actions/checkout@v4
@@ -46,9 +46,9 @@ jobs:
4646
ls -la ${CUDA_HOME}/bin
4747
echo "PATH: $PATH"
4848
pwd
49-
ls .
50-
ls cutlass
51-
ls gemm_int8
49+
ls . -alh
50+
ls cutlass -alh
51+
ls gemm_int8 -alh
5252
5353
- name: Build wheel
5454
run: bash .github/scripts/real-build.sh

0 commit comments

Comments
 (0)