mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 01:54:04 +00:00
ci: try to fix windows build
This commit is contained in:
parent
594fa92383
commit
3368a6dc27
1 changed files with 1 additions and 2 deletions
3
.github/workflows/extensions.yml
vendored
3
.github/workflows/extensions.yml
vendored
|
|
@ -60,8 +60,7 @@ jobs:
|
|||
- name: Build C files (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
cd extensions && make
|
||||
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && cd extensions && make
|
||||
|
||||
- name: Commit output files
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue