File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
30
30
shell : bash
31
31
run : |
32
32
export CFLAGS=-fPIC
33
- cmake -B build -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_QJS_LIBC=ON
33
+ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr/local
34
34
cmake --build build -j $(nproc)
35
35
36
36
- name : Build - Windows
37
37
if : matrix.os == 'windows-latest'
38
38
working-directory : quickjs
39
39
run : |
40
- cmake -B build -G "Visual Studio 17 2022" -A x64 -DBUILD_QJS_LIBC=ON
40
+ cmake -B build -G "Visual Studio 17 2022" -A x64
41
41
cmake --build build --config Release
42
42
43
43
- name : Upload Artifacts Linux
52
52
uses : actions/upload-artifact@v4
53
53
with :
54
54
name : Swiftly.JS.Headers
55
- path : |
56
- ${{ github.workspace }}/quickjs/quickjs.h
57
- ${{ github.workspace }}/quickjs/quickjs-libc.h
55
+ path : ${{ github.workspace }}/quickjs/quickjs.h
58
56
59
57
- name : Upload Artifacts Windows
60
58
if : matrix.os == 'windows-latest'
You can’t perform that action at this time.
0 commit comments