Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 21, 2023
1 parent 1a75b00 commit 1af0051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
FORCE_COLOR: 2

jobs:
ci:
build:
runs-on: windows-latest

steps:
Expand All @@ -19,11 +19,11 @@ jobs:
submodules: true
# We need to get all git revisions for `git describe` to work
fetch-depth: 0
persist-credentials: false

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

# TODO: cache this?
- name: Set up nasm
uses: ilammy/setup-nasm@v1
with:
Expand Down

0 comments on commit 1af0051

Please sign in to comment.