update
Some checks failed
Build and Push Base Image / build-and-push (push) Failing after 1m25s
Some checks failed
Build and Push Base Image / build-and-push (push) Failing after 1m25s
This commit is contained in:
parent
06aa815950
commit
960fdef63f
@ -41,7 +41,7 @@ jobs:
|
||||
# 复制库文件
|
||||
- name: Copy library files
|
||||
run: |
|
||||
mkdir -p ./lib
|
||||
mkdir -p $GITHUB_WORKSPACE/lib
|
||||
cd gmssl/build/bin
|
||||
cp libgmssl.so \
|
||||
libgmssl.so.3 \
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
libskf_dummy.so \
|
||||
libskf_dummy.so.3 \
|
||||
libskf_dummy.so.3.1 \
|
||||
../../lib/
|
||||
$GITHUB_WORKSPACE/lib/
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://git.mamahaha.work/actions/setup-buildx-action@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user