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 1a75b00 commit 1af0051Copy full SHA for 1af0051
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ env:
9
FORCE_COLOR: 2
10
11
jobs:
12
- ci:
+ build:
13
runs-on: windows-latest
14
15
steps:
@@ -19,11 +19,11 @@ jobs:
19
submodules: true
20
# We need to get all git revisions for `git describe` to work
21
fetch-depth: 0
22
+ persist-credentials: false
23
24
- name: Add MSVC to PATH
25
uses: ilammy/msvc-dev-cmd@v1
26
- # TODO: cache this?
27
- name: Set up nasm
28
uses: ilammy/setup-nasm@v1
29
with:
0 commit comments