02 运行环境说明
运行环境说明
github actions可以设置自动化的运行环境。
runs-on: ubuntu-latest |
注意:windows下没有C++的环境,但是ubuntu下环境齐全。
不同环境的文档:
发布于
github actions可以设置自动化的运行环境。
runs-on: ubuntu-latest |
注意:windows下没有C++的环境,但是ubuntu下环境齐全。
不同环境的文档: