summaryrefslogtreecommitdiffstats
path: root/.github/workflows/intel-cmake.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-10-18 19:44:42 (GMT)
committerGitHub <noreply@github.com>2023-10-18 19:44:42 (GMT)
commit65e1bd8ce90d286bd4ffc1575414d775ae86a319 (patch)
tree5aeb6bc35ab0b6e0d8fe29b56bd9141c4f69bca3 /.github/workflows/intel-cmake.yml
parentfce7ce18697ecead37e75d3d05483ef995cf24dd (diff)
downloadhdf5-65e1bd8ce90d286bd4ffc1575414d775ae86a319.zip
hdf5-65e1bd8ce90d286bd4ffc1575414d775ae86a319.tar.gz
hdf5-65e1bd8ce90d286bd4ffc1575414d775ae86a319.tar.bz2
Add NVidia compiler support and CI (#3686)
Diffstat (limited to '.github/workflows/intel-cmake.yml')
-rw-r--r--.github/workflows/intel-cmake.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/intel-cmake.yml b/.github/workflows/intel-cmake.yml
index 4bdda03..9972376 100644
--- a/.github/workflows/intel-cmake.yml
+++ b/.github/workflows/intel-cmake.yml
@@ -14,7 +14,7 @@ permissions:
jobs:
Intel_build_and_test:
- name: "Intel ${{ inputs.build_mode }} -Werror (build only)"
+ name: "Intel ${{ inputs.build_mode }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -30,9 +30,9 @@ jobs:
- name: Install Linux Dependencies
run: |
- sudo apt update
- sudo apt-get install ninja-build doxygen graphviz
- sudo apt install libssl3 libssl-dev libcurl4 libcurl4-openssl-dev
+ sudo apt update
+ sudo apt-get install ninja-build doxygen graphviz
+ sudo apt install libssl3 libssl-dev libcurl4 libcurl4-openssl-dev
- name: install oneAPI dpcpp and fortran compiler
shell: bash