Skip to content

Commit cfb9e1b

Browse files
committed
ci(vs-build): don't bother getting git-sdk-64-minimal
We only used it for two things: - To run `msgfmt.exe` to compile the translated messages. - To build the `artifacts-tar` via `make.exe`. These are no longer the case: we now build with `NO_GETTEXT`, and we transfer the entire worktree with build artifacts to the test jobs. Therefore we no longer need git-sdk-64-minimal in the `vs-build` job. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent bddba3b commit cfb9e1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ jobs:
130130
runs-on: windows-latest
131131
steps:
132132
- uses: actions/checkout@v1
133-
- uses: git-for-windows/setup-git-for-windows-sdk@main
134133
- name: download vcpkg artifacts
135134
shell: powershell
136135
run: |

0 commit comments

Comments
 (0)