Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eparshut committed Jun 19, 2024
1 parent 01f994a commit 38fa541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
with:
compiler: intel
- name: Build C library
# TODO: Ubuntu is phasing out support for 32-bit packages (e.g., `apt install gcc-multilib`
# fails on GitHub's runner); only build the 64-bit version for now.
# Only build the 64-bit version for now since
# ITT API 32-bit support will be discontinued soon
run: python buildall.py --force_bits 64 -ft ${{ runner.os != 'macOS' && '-pt -v' || '-v' }}

rust_format:
Expand Down

0 comments on commit 38fa541

Please sign in to comment.