Skip to content

Commit

Permalink
Fixing windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Jun 11, 2024
1 parent 528eef4 commit 1d26683
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Build application
run: ./build_mac.sh
Expand All @@ -76,6 +78,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0 # must to be there, see installer_windows.nsi file for details

- name: Build application
run: .\build_windows.bat
Expand All @@ -98,6 +101,8 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 'Make artifacts directory'
run: |
Expand Down

0 comments on commit 1d26683

Please sign in to comment.