You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
119
-
119
+
120
120
# Add signed entry to apt sources and configure the APT client to use Intel repository:
121
121
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
122
122
@@ -138,9 +138,13 @@ jobs:
138
138
- name: 'Install brew packages'
139
139
if: ${{ matrix.platform.brew-packages != '' }}
140
140
run: |
141
-
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
142
-
brew update
143
-
brew install ${{ matrix.platform.brew-packages }}
141
+
# Unset these GitHub environment variable to keep brew from emitting a few noisy annotions
0 commit comments