Skip to content

Commit f61e265

Browse files
committed
submodule
1 parent 938a7a2 commit f61e265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
run: |
1313
sudo apt-get update
1414
sudo apt-get install -y build-essential
15-
git submodule update --init --recursive
1615
- name: Check out code
1716
uses: actions/checkout@v2
1817
- name: Configure CMake
1918
run: |
19+
git submodule update --init --recursive
2020
mkdir -p build
2121
cd build
2222
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc ..

0 commit comments

Comments
 (0)