Skip to content

Commit 629027e

Browse files
committed
fix github actions
1 parent 2306986 commit 629027e

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.github/workflows/jsource.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
steps:
2525
- name: Check Git repository
2626
uses: actions/checkout@v2
27-
with:
28-
submodules: recursive
2927

3028
- name: Setup Environment (Linux)
3129
if: matrix.os == 'ubuntu-18.04'

script/buildga.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
mkdir j64
44
copy script\ver.ijs j64
55

6-
copy script\jversion.h jsource\jsrc
7-
cd jsource\makemsvc\jconsole
6+
copy script\jversion.h jsrc
7+
cd makemsvc\jconsole
88
nmake -f makefile.win CC=clang-cl x64=1 clean
99
nmake -f makefile.win CC=clang-cl x64=1
1010
cd ..

script/buildga.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ else
1212
s() { sed -i "" "$@"; }
1313
fi
1414

15-
cp script/jversion.h jsource/jsrc
16-
s "s/windows/$1/" jsource/jsrc/jversion.h
17-
cat jsource/jsrc/jversion.h
18-
cd jsource/make2
15+
cp script/jversion.h jsrc
16+
s "s/windows/$1/" jsrc/jversion.h
17+
cat jsrc/jversion.h
18+
cd make2
1919
./clean.sh
2020

2121
j64x=j64 ./build_jconsole.sh
@@ -29,9 +29,9 @@ j64x=j64avx2 ./build_libj.sh
2929
cd ../..
3030
D=j64
3131
mkdir -p $D
32-
cp jsource/bin/$1/j64/* $D
33-
cp jsource/bin/$1/j64avx/libj.$ext $D/libjavx.$ext
34-
cp jsource/bin/$1/j64avx2/libj.$ext $D/libjavx2.$ext
32+
cp bin/$1/j64/* $D
33+
cp bin/$1/j64avx/libj.$ext $D/libjavx.$ext
34+
cp bin/$1/j64avx2/libj.$ext $D/libjavx2.$ext
3535
cp script/ver.ijs $D
3636
chmod 644 $D/*
3737
chmod 755 $D/jconsole

0 commit comments

Comments
 (0)