We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4eaf7 commit 16379bfCopy full SHA for 16379bf
.github/workflows/testpr.yml
@@ -8,7 +8,7 @@ jobs:
8
with:
9
fetch-depth: 0
10
ref: ${{ github.event.pull_request.head.sha }}
11
- - uses: iffy/install-nim@v5.0.12
+ - uses: iffy/install-nim@v5.1.0
12
13
version: stable
14
- run: ./getmergebase.sh
.github/workflows/testpush.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
- run: nim c -d:ssl -r -d:release package_scanner.nim packages.json
0 commit comments