mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-03-03 20:46:37 +00:00
Compare commits
2 Commits
0ff3085448
...
2d9f193a72
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d9f193a72 | |||
|
|
6aac4a71de |
6
.github/workflows/windows_meson.yml
vendored
6
.github/workflows/windows_meson.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
platform: ['x64', 'x86']
|
platform: ['x64', 'x86']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
CC: clang-cl
|
CC: clang-cl
|
||||||
CXX: clang-cl
|
CXX: clang-cl
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
platform: ['UCRT64', 'CLANG64']
|
platform: ['UCRT64', 'CLANG64']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user