mirror of
https://github.com/logos-messaging/packages.git
synced 2026-08-25 01:41:14 +00:00
build scanner in release mode (#2061)
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
- uses: iffy/install-nim@v3.2.2
|
||||
with:
|
||||
version: stable
|
||||
- run: nim c -d:ssl -r package_scanner.nim
|
||||
- run: nim c -d:ssl -r -d:release package_scanner.nim
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: node ./validate_json.js
|
||||
|
||||
Reference in New Issue
Block a user