mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 22:23:06 +00:00
build scanner in release mode (#2061)
This commit is contained in:
parent
c680d09aec
commit
786ea17d52
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user