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 d810c7a commit 17fdca1Copy full SHA for 17fdca1
.github/workflows/test.yml
@@ -42,4 +42,4 @@ jobs:
42
- uses: ilammy/msvc-dev-cmd@v1
43
with:
44
arch: ${{ matrix.arch }}
45
- - run: cl /nologo /W3 /WX randombytes.c
+ - run: cl /c /nologo /W3 /WX randombytes.c
0 commit comments