Skip to content

Commit 75e615b

Browse files
Mingshen Sunmssun
authored andcommitted
Fix the drone.yml issue
1 parent f9a09f7 commit 75e615b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pipeline:
66
- git checkout -b temp-branch-name # make a temp branch name to work around a issue in building process
77
- export PYPY_USESSION_DIR=$(pwd)/pypy-usession-dir
88
- mkdir pypy-usession-dir
9-
- make pypy-c
9+
- /bin/bash -c "make pypy-c"
1010
package:
1111
image: mesalocklinux/build-mesalock-linux
1212
commands:

0 commit comments

Comments
 (0)