build scanner in release mode (#2061)

This commit is contained in:
flywind 2021-11-09 23:23:30 +08:00 committed by GitHub
parent c680d09aec
commit 786ea17d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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