Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
config: Release
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: setup-llvm
name: Set up LLVM (MSVC)
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
config: Release
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: setup-llvm
name: Set up LLVM (MSVC)
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
CMAKE_COLOR_DIAGNOSTICS: 1
CLICOLOR_FORCE: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install cross compiler
run: |
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
Deployment: [Component, Standalone]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download nuget
run: |
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
config: [Release]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch cppwinrt executables
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
name: Build nuget package with MSVC
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Package
run: |
Expand Down