aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2020-12-05 11:17:53 -0800
committerGitHub <noreply@github.com>2020-12-05 11:17:53 -0800
commitb731b545b542ad6e120e772c7230d45bdba695fd (patch)
tree6f3c77bf00adb70154be7bb2d30ed62c9061a659
parent69a04ccf68e0128d312e937ca900e8b777bc43c8 (diff)
parentac8ded76c70f2429d1e939962534339f422bf611 (diff)
downloadzstd-b731b545b542ad6e120e772c7230d45bdba695fd.tar.gz
Merge pull request #2417 from bimbashrestha/icc-fix
[build] Fix icc build. Using updated ubuntu packages
-rw-r--r--.github/workflows/generic-dev.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/generic-dev.yml b/.github/workflows/generic-dev.yml
index c66a2bee..9fb4a0c8 100644
--- a/.github/workflows/generic-dev.yml
+++ b/.github/workflows/generic-dev.yml
@@ -196,9 +196,9 @@ jobs:
sudo apt-get install -y wget build-essential pkg-config cmake ca-certificates gnupg
sudo wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
- echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
+ sudo add-apt-repository "deb https://apt.repos.intel.com/oneapi all main"
sudo apt-get update
- sudo apt-get install -y intel-oneapi-icc
+ sudo apt-get install -y intel-basekit intel-hpckit
- uses: actions/checkout@v2
- name: make check
run: |