Skip to content

运行Actions的mkdir少了单引号导致运行出错 #23

@Separatee

Description

@Separatee

在.github/workflows/kernel.yml 大约150行的位置有:

mkdir -p $toolchain_name

这在bash中是不合法的.应该为

mkdir -p '$toolchain_name'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions