mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:44: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)
|
- name: Build C files (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && cd extensions && make
|
||||||
cd extensions && make
|
|
||||||
|
|
||||||
- name: Commit output files
|
- name: Commit output files
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue