chore: freeze yycc dep version in github action workflow
This commit is contained in:
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'yyc12345/YYCCommonplace'
|
repository: 'yyc12345/YYCCommonplace'
|
||||||
ref: 'master'
|
ref: 'v2.0.0'
|
||||||
path: 'extern/YYCCommonplace'
|
path: 'extern/YYCCommonplace'
|
||||||
- name: Build YYCCommonplace
|
- name: Build YYCCommonplace
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'yyc12345/YYCCommonplace'
|
repository: 'yyc12345/YYCCommonplace'
|
||||||
ref: 'master'
|
ref: 'v2.0.0'
|
||||||
path: 'extern/YYCCommonplace'
|
path: 'extern/YYCCommonplace'
|
||||||
- name: Build YYCCommonplace
|
- name: Build YYCCommonplace
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'yyc12345/YYCCommonplace'
|
repository: 'yyc12345/YYCCommonplace'
|
||||||
ref: 'master'
|
ref: 'v2.0.0'
|
||||||
path: 'extern/YYCCommonplace'
|
path: 'extern/YYCCommonplace'
|
||||||
- name: Build YYCCommonplace
|
- name: Build YYCCommonplace
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user