Skip to content

Commit

Permalink
try updating gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Sep 23, 2024
1 parent 5237fc9 commit ec23397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Setup Build Env
run: |
sudo apt-get update
sudo apt install clang llvm-dev libjansson-dev libssl-dev bison flex make cmake mpich
sudo apt install gcc clang llvm-dev libjansson-dev libssl-dev bison flex make cmake mpich
gcc --version
# install cuda 12.1
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
Expand Down

0 comments on commit ec23397

Please sign in to comment.