Skip to content

Commit

Permalink
update the GCC version in the GPU test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Sep 10, 2024
1 parent 6d6d7ec commit 46b6140
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,16 @@ jobs:

- name: Check shared memory size
run: df -h


- name: Update gcc to version 11
run: |
sudo apt-get update
sudo apt-get install build-essential manpages-dev software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-11 g++-11
ln -sf /usr/bin/gcc-11 /usr/bin/gcc
- name: Install OpenSSL && pkg-config
run: sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev

Expand Down

0 comments on commit 46b6140

Please sign in to comment.