Commit c686f0e8 authored by Zimin Li's avatar Zimin Li
Browse files

issue/46: Fix openmp CI issue

parent 66517dfc
......@@ -26,16 +26,6 @@ jobs:
- name: check format
run: python3 scripts/format.py --path src --check
- name: Install OpenMP
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libomp-dev
- name: Install LLVM for OpenMP (Windows)
if: matrix.os == 'windows-latest'
run: |
choco install llvm -y
echo "C:\Program Files\LLVM\bin" >> $env:GITHUB_PATH
- name: install xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment