mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-20 16:20:18 +01:00
Disable Windows build until we fix it :D
This commit is contained in:
parent
b76664b464
commit
40ec539e49
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -26,8 +26,6 @@ jobs:
|
||||||
run: make linux
|
run: make linux
|
||||||
- name: MacOS Build
|
- name: MacOS Build
|
||||||
run: make macos
|
run: make macos
|
||||||
- name: Windows Build
|
|
||||||
run: make windows
|
|
||||||
- name: Clean up
|
- name: Clean up
|
||||||
run: make clean-unzipped
|
run: make clean-unzipped
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
Loading…
Reference in a new issue