Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
should be faster
Browse files Browse the repository at this point in the history
  • Loading branch information
smartfrigde committed Feb 4, 2022
1 parent c1e059d commit 3d32d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Install dependencies
run: nimble install -y
- name: Build the project on Linux
run: nim c src/Updater.nim
run: nim c -d:release src/Updater.nim
- name: Build the project on Windows
run: sudo apt install mingw-w64 && nim c --os:Windows -d:mingw --cpu:amd64 src/Updater.nim
run: sudo apt install mingw-w64 && nim c --os:Windows -d:mingw -d:release --cpu:amd64 src/Updater.nim
- id: vars
shell: bash
run: |
Expand Down

0 comments on commit 3d32d48

Please sign in to comment.