Skip to content

Commit a06e275

Browse files
CopilotAtsushiSakai
andcommitted
Fix CI by fetching master branch for codestyle test
Co-authored-by: AtsushiSakai <[email protected]>
1 parent d23d8dc commit a06e275

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/Linux_CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- run: git fetch --prune --unshallow
22+
- run: git fetch origin master:master
2223

2324
- name: Setup python
2425
uses: actions/setup-python@v6

.github/workflows/MacOS_CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- run: git fetch --prune --unshallow
24+
- run: git fetch origin master:master
2425

2526
- name: Update bash
2627
run: brew install bash

.github/workflows/Windows_CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- run: git fetch --prune --unshallow
24+
- run: git fetch origin master:master
2425

2526
- name: Setup python
2627
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)