Skip to content

Commit 1af0051

Browse files
committed
Update ci.yml
1 parent 1a75b00 commit 1af0051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
FORCE_COLOR: 2
1010

1111
jobs:
12-
ci:
12+
build:
1313
runs-on: windows-latest
1414

1515
steps:
@@ -19,11 +19,11 @@ jobs:
1919
submodules: true
2020
# We need to get all git revisions for `git describe` to work
2121
fetch-depth: 0
22+
persist-credentials: false
2223

2324
- name: Add MSVC to PATH
2425
uses: ilammy/msvc-dev-cmd@v1
2526

26-
# TODO: cache this?
2727
- name: Set up nasm
2828
uses: ilammy/setup-nasm@v1
2929
with:

0 commit comments

Comments
 (0)