Skip to content

Commit

Permalink
Attempt to fix win32 gh actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Sep 15, 2024
1 parent 4095116 commit a4d25f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up poetry environment
run: poetry install
- name: Change in-app version
run: bash.exe -c "./scripts/bump_version_git.sh"
#- name: Change in-app version
#run: bash.exe -c "./scripts/bump_version_git.sh"
- name: Run build script
run: .\scripts/build_win32\make.cmd
- name: Upload bundle
Expand Down

0 comments on commit a4d25f6

Please sign in to comment.