Skip to content

Commit

Permalink
feat: updating submodules for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hamitouche committed Feb 5, 2024
1 parent 516ee92 commit f9c5411
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ jobs:
run: python -m pip install Jinja2
- name: Installing pytest
run: python -m pip install pytest
- name: Update submodules (Linux)
run: |
git submodules update --init
git submules foreach 'git checkout main'
- name: Running cmake (Linux)
run: |
ls ${{github.workspace}}
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_FMA_INTRINSIC=1 ..
- name: Build Solution (Linux)
run: |
cd build
Expand Down

0 comments on commit f9c5411

Please sign in to comment.