Skip to content

Commit f68039c

Browse files
committed
elif bash
1 parent a384ebb commit f68039c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/paddle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
if [ "${{ runner.os }}" == "macOS" ]; then
4747
pip install numpy protobuf wheel ninja --break-system-packages
48-
elseif [ "${{ runner.os }}" = "Windows" ]; then
48+
elif [ "${{ runner.os }}" = "Windows" ]; then
4949
# LNK1187 pd_utils.cc.obj?
5050
pip install numpy protobuf wheel ninja==1.11.1.4
5151
else

0 commit comments

Comments
 (0)