Skip to content

Commit

Permalink
Update linux_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn authored Sep 26, 2024
1 parent d8421d5 commit 14e9e22
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
-build/**/*.*
input: sarif-results/cpp.sarif
output: sarif-results/cpp.sarif
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: sarif-results/cpp.sarif

Linux_x64_gcc_ubuntu22_release:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -126,4 +122,4 @@ jobs:
cd ..
CFLAGS="-O2 -DNDEBUG -g" CXXFLAGS="-O2 -DNDEBUG -g" emcmake cmake .. -DCMAKE_BUILD_TYPE=Release -DMLAS_ENABLE_WEBASSEMBLY_THREADS=ON
make -j $(nproc) all
ctest --output-on-failure
ctest --output-on-failure

0 comments on commit 14e9e22

Please sign in to comment.