Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
x20888450 authored Dec 3, 2024
1 parent e32f53e commit 083cf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/[email protected]

- name: CMake build
run: cd llvm-project && cmake -S llvm -B build -G Ninja
run: chmod +x build.sh && ./build.sh

- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 083cf4a

Please sign in to comment.