Skip to content

Commit

Permalink
Added list of deps
Browse files Browse the repository at this point in the history
Signed-off-by: ViNN280801 <vladislav_semykin01@mail.ru>
  • Loading branch information
ViNN280801 committed Nov 5, 2024
1 parent 99c5919 commit d7c5a76
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,28 @@ jobs:
python3.7 \
python3-pip \
python3-dev \
wget
wget \
gmsh \
libgmsh-dev \
liblapack-dev \
libblas-dev \
libcusparse-dev \
libcudart-dev \
libcublas-dev \
libcurl4-openssl-dev \
libpng-dev \
libjpeg-dev \
libglu1-mesa-dev \
libxrender-dev \
libxext-dev \
libxi-dev \
libx11-dev \
zlib1g-dev \
libevent-dev \
libssl-dev \
libzstd-dev \
libtiff-dev \
libfreeimage-dev
- name: Exporting OpenMP and CUDA environment variables
run: |
Expand Down

0 comments on commit d7c5a76

Please sign in to comment.