File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
with :
25
- detch -depth : 1
25
+ fetch -depth : 1
26
26
27
27
- name : Install packages
28
28
run : sudo apt-get update && sudo apt-get install -y zlib1g-dev libssl-dev make
41
41
- name : Install pip packages
42
42
run : python -m pip install cython cibuildwheel==2.20.0
43
43
44
+ - name : Initialize Submodules
45
+ run : git submodule update --init --recursive
46
+
47
+ - name : Move submodules lib into the directory root
48
+ run : cp -r src/libmerc/xsimd/include/xsimd/* src/libmerc/xsimd/
49
+
44
50
- name : Build Mercury
45
51
run : ./configure && make && cp -r src/cython/* ./
46
52
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v5
18
+ with :
19
+ submodules : true
18
20
- name : Set up QEMU
19
21
uses : docker/setup-qemu-action@v2
20
22
- name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments