diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ecfca89..5af44b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - name: Build C library # Force to only build the 64-bit version since # ITT API 32-bit support will be discontinued soon - run: python buildall.py --force_bits 64 -ft ${{ runner.os != 'macOS' && '-pt' || '' }} + run: python buildall.py --force_bits 64 -ft ${{ runner.os != 'macOS' && '-pt' || '' }} ${{ runner.os == 'Windows' && '--cmake_gen ninja' || '' }} rust_format: name: Check Rust formatting