File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
submodules : recursive
39
39
- name : Install libraries
40
40
run : |
41
- apt-get update
42
- apt-get upgrade -y
43
- apt-get install -y build-essential g++ libomp-dev cmake git ninja-build libfftw3-dev wget curl
41
+ sudo apt-get update
42
+ sudo apt-get upgrade -y
43
+ sudo apt-get install -y build-essential g++ libomp-dev cmake git ninja-build libfftw3-dev wget curl
44
44
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
45
45
source $HOME/.cargo/env'
46
46
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && echo "deb https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y intel-oneapi-mkl-devel && rm GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
You can’t perform that action at this time.
0 commit comments