We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938a7a2 commit f61e265Copy full SHA for f61e265
.github/workflows/test.yml
@@ -12,11 +12,11 @@ jobs:
12
run: |
13
sudo apt-get update
14
sudo apt-get install -y build-essential
15
- git submodule update --init --recursive
16
- name: Check out code
17
uses: actions/checkout@v2
18
- name: Configure CMake
19
+ git submodule update --init --recursive
20
mkdir -p build
21
cd build
22
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc ..
0 commit comments