Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
c686f0e8
Commit
c686f0e8
authored
Mar 24, 2025
by
Zimin Li
Browse files
issue/46: Fix openmp CI issue
parent
66517dfc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
.github/workflows/build.yml
.github/workflows/build.yml
+0
-10
No files found.
.github/workflows/build.yml
View file @
c686f0e8
...
@@ -26,16 +26,6 @@ jobs:
...
@@ -26,16 +26,6 @@ jobs:
-
name
:
check format
-
name
:
check format
run
:
python3 scripts/format.py --path src --check
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
-
name
:
install xmake
uses
:
xmake-io/github-action-setup-xmake@v1
uses
:
xmake-io/github-action-setup-xmake@v1
with
:
with
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment