File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
1919 steps :
2020 - name : Checkout code
2121 uses : actions/checkout@v4
22+ with :
23+ submodules : true
2224
2325 - name : Install simde
2426 run : |
2527 if [ "${{ runner.os }}" == 'macOS' ]; then
2628 brew install simde
2729 echo "DYLD_LIBRARY_PATH=$PWD" >> $GITHUB_ENV
28- echo "CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/opt/homebrew/Cellar/simde/0.8.2/include" >> $GITHUB_ENV
29- echo "C_INCLUDE_PATH=$C_INCLUDE_PATH:/opt/homebrew/Cellar/simde/0.8.2/include" >> $GITHUB_ENV
3030 else
3131 sudo apt install libsimde-dev
3232 echo "LD_LIBRARY_PATH=$PWD" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1+ [submodule "simde "]
2+ path = simde
3+ url = https://github.com/simd-everywhere/simde-no-tests.git
You can’t perform that action at this time.
0 commit comments