Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
cab502ee
Commit
cab502ee
authored
Feb 18, 2025
by
YdrMaster
Browse files
issue/55: CI 在 Windows 上执行
Signed-off-by:
YdrMaster
<
ydrml@hotmail.com
>
parent
f385af7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/build.yml
.github/workflows/build.yml
+2
-1
No files found.
.github/workflows/build.yml
View file @
cab502ee
...
...
@@ -9,11 +9,12 @@ on:
jobs
:
build
:
name
:
Build
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
os
:
[
windows-latest
,
ubuntu-latest
]
type
:
[
debug
,
release
]
runs-on
:
${{ matrix.os }}
steps
:
-
name
:
checkout code
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment