Skip to content

Commit

Permalink
Added g++ installation after switching to ubuntu-22.04 (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Shimansky <[email protected]>
  • Loading branch information
gshimansky authored and minjang committed Sep 22, 2024
1 parent 810b954 commit 4043d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install wheel cmake==3.24 ninja pytest-xdist lit
sudo apt-get update
sudo apt-get install -y zlib1g-dev
sudo apt-get install -y zlib1g-dev g++
pip install torch==2.1.2
- name: Install Triton
Expand Down

0 comments on commit 4043d55

Please sign in to comment.