Skip to content

Commit

Permalink
base kit
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangyu-Hu committed Jul 11, 2024
1 parent 30ec86c commit 6a817aa
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,8 @@ jobs:
libfontconfig1-dev `# From here required for vcpkg opencascade`\
libx11-dev \
libgl-dev
# download the key to system keyring
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
| gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
# add signed entry to apt sources and configure the APT client to use Intel repository:
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/
oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
sudo apt install intel-basekit -y
wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564_offline.sh
sudo sh ./l_BaseKit_p_2024.0.0.49564_offline.sh -a --silent --eula accept --components intel-basekit --install-dir /opt/intel
source /opt/intel/oneapi/setvars.sh --include-intel-llvm
- uses: hendrikmuhs/ccache-action@v1.2
Expand Down

0 comments on commit 6a817aa

Please sign in to comment.