Skip to content

Commit

Permalink
ci wobble
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Nov 20, 2023
1 parent c548854 commit a076dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-llvm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- name: configure
run: |
mkdir -p build
cmake -S . -B build -G "Ninja Multi-Config" -DSLANG_USE_BINARY_SLANG_LLVM=0 -DSLANG_USE_SYSTEM_LLVM=0
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DSLANG_USE_BINARY_SLANG_LLVM=0 -DSLANG_USE_SYSTEM_LLVM=0
env:
CC: gcc-10
CXX: g++-10
- name: build
run: |
cmake --build build --config Release -j --target slang-llvm
cmake --build build -j --target slang-llvm
- uses: actions/upload-artifact@v3
with:
name: slang-llvm-${{matrix.configuration}}-${{matrix.platform}}
Expand Down

0 comments on commit a076dd9

Please sign in to comment.