Fix llm binary build linux-build-avxvnni failure (#11447)
* skip gpg check failure * skip gpg check
This commit is contained in:
parent
cf0f5c4322
commit
13f59ae6b4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/llm-binary-build.yml
vendored
6
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
run: |
|
||||
export http_proxy=${HTTP_PROXY}
|
||||
export https_proxy=${HTTPS_PROXY}
|
||||
yum install -y gcc-toolset-11 cmake git
|
||||
yum install --nogpgcheck -y gcc-toolset-11 cmake git
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # actions/checkout@v3
|
||||
with:
|
||||
repository: "intel-analytics/llm.cpp"
|
||||
|
|
@ -139,7 +139,7 @@ jobs:
|
|||
run: |
|
||||
export http_proxy=${HTTP_PROXY}
|
||||
export https_proxy=${HTTPS_PROXY}
|
||||
yum install -y gcc-toolset-11 cmake git
|
||||
yum install --nogpgcheck -y gcc-toolset-11 cmake git
|
||||
conda remove -n python39 --all -y
|
||||
conda create -n python39 python=3.9 -y
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # actions/checkout@v3
|
||||
|
|
@ -241,7 +241,7 @@ jobs:
|
|||
run: |
|
||||
export http_proxy=${HTTP_PROXY}
|
||||
export https_proxy=${HTTPS_PROXY}
|
||||
yum install -y gcc-toolset-11 cmake git
|
||||
yum install --nogpgcheck -y gcc-toolset-11 cmake git
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # actions/checkout@v3
|
||||
with:
|
||||
repository: "intel-analytics/llm.cpp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue