File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
if [[ " ${HOST_OS} " == " Linux" ]]; then
4
4
CUR=$( pwd)
5
- docker run -t --rm -e USE_VENDER_DIST - v ${CUR} :${CUR} fibjs/${BUILD_TARGET} -build-env:${BUILD_ARCH} \
5
+ docker run -t --rm -v ${CUR} :${CUR} fibjs/${BUILD_TARGET} -build-env:${BUILD_ARCH} \
6
6
bash -c " cd ${CUR} ; git config --global --add safe.directory ${CUR} ; bash build -j2 ${BUILD_ARCH} ${BUILD_TYPE} ci"
7
7
else
8
8
bash build -j2 ${BUILD_ARCH} ${BUILD_TARGET} ${BUILD_TYPE} ci
Original file line number Diff line number Diff line change 23
23
# # Only use the types keyword to narrow down the activity types that will trigger your workflow.
24
24
# types: [published, created, edited]
25
25
26
- env :
27
- USE_VENDER_DIST : 1
28
-
29
26
jobs :
30
27
build :
31
28
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments