Skip to content

Commit

Permalink
add --cmake_gen option into main workflow build command
Browse files Browse the repository at this point in the history
  • Loading branch information
eparshut committed Jun 19, 2024
1 parent f98244f commit aaa6cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaa6cfb

Please sign in to comment.