Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth authored Jan 4, 2024
1 parent 214bb39 commit ad3aba0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,21 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- run: git status
- run: tools/install-nim.ps1
- run: git clone https://github.com/nim-lang/Nim.git
- run: Nim/build_all.bat
- name: nimble setup
run: nim/bin/nimble.exe setup
run: Nim/bin/nimble.exe setup

# windows builds
- if: always()
run: nim/bin/nimble.exe buildDesktopWindows --app:gui -D:forceLogToFile
run: Nim/bin/nimble.exe buildDesktopWindows --app:gui -D:forceLogToFile
- if: always()
run: nim/bin/nimble.exe buildAbsytreeServerWindows
run: Nim/bin/nimble.exe buildAbsytreeServerWindows
- if: always()
run: nim/bin/nimble.exe buildNimsuggestWSWindows
run: Nim/bin/nimble.exe buildNimsuggestWSWindows

# create release packages
- run: nim/bin/nim.exe ./tools/package_release.nims
- run: Nim/bin/nim.exe ./tools/package_release.nims
- run: ls -la release_windows

# make zips
Expand Down

0 comments on commit ad3aba0

Please sign in to comment.