Skip to content

Commit

Permalink
Try to make nim output the file I tell it to
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine3dom committed Jan 16, 2021
1 parent 2cc7a9f commit 518a33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# once we have release builds we should swap these two lines
# so that our tests get better errors
- run: nimble build -d:danger -d:release --opt:speed -Y
- run: nimble build -d:danger -d:release --opt:speed -Y -o:native_main
# - run: nimble build -d:debug

# - run: nimble test -Y
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- uses: jiro4989/setup-nim-action@v1

- run: nimble build -d:danger -d:release --opt:speed -Y
- run: nimble build -d:danger -d:release --opt:speed -Y -o:native_main

- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit 518a33a

Please sign in to comment.