Skip to content

Commit

Permalink
huoh
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Aug 24, 2024
1 parent f7eaae8 commit 6a29903
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,28 @@ jobs:
env: false

- name: Debug
shell: bash
run: echo $LLVM_PATH

- name: Debug2
shell: bash
run: ls $LLVM_PATH

- name: Debug3
shell: bash
run: ls $LLVM_PATH/bin

- name: Debug3
shell: bash
run: ls $LLVM_PATH/bin/llvm-config

- name: LLVM_CONFIG
run: echo "LLVM_CONFIG=$LLVM_PATH/bin/llvm-config" >> "$GITHUB_ENV"

- name: Debug3
shell: bash
run: "$LLVM_CONFIG" --version

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 6a29903

Please sign in to comment.