提交 7a28f444 编写于 作者: uncia_me's avatar uncia_me

fix win path

上级 08f635ff
...@@ -3,8 +3,8 @@ name: <Native> Linux ...@@ -3,8 +3,8 @@ name: <Native> Linux
on: [push] on: [push]
env: env:
CONAN_USER_HOME : ${{ github.workflow }}/.conan CONAN_USER_HOME : ${{ github.workspace }}/.conan
# github.head_ref is only defined on pull_request events # github.head_ref is only defined on pull_request events
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.actor }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.actor }}-${{ github.head_ref || github.run_id }}
......
...@@ -3,7 +3,7 @@ name: <Native> Compile ...@@ -3,7 +3,7 @@ name: <Native> Compile
on: [push] on: [push]
env: env:
CONAN_USER_HOME : ${{ github.workflow }}/.conan CONAN_USER_HOME : ${{ github.workspace }}/.conan
# github.head_ref is only defined on pull_request events # github.head_ref is only defined on pull_request events
concurrency: concurrency:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册