Skip to content

Commit

Permalink
[llvm] trying jvstech/toolchain script , cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Haldir65 committed Feb 5, 2024
1 parent 435f0b7 commit f1eb05c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-llvm-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,22 +85,23 @@ jobs:
shell: bash
run: |
mkdir -p build
tree -L 3
tree -L 4
cd llvm-toolchain
cmake -P build-llvm-toolchain.cmake
tree -L 3
tree -L 4
- name: show content info
shell: bash
run: |
tree -L 3
tree -L 4
- name: Zip
shell: bash
run: |
mkdir -p dist
tree -L 3
tree -L 4
tar --directory llvm-project/install --create --xz --verbose ${{ matrix.target.tar_extra_args }} --file dist/llvm-toolchain.tar.xz .
- name: Upload Artifacts
Expand Down

0 comments on commit f1eb05c

Please sign in to comment.