Skip to content

Commit

Permalink
make LLVM_PATH manually specified
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Jul 16, 2024
1 parent ce125d7 commit 58fcefa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ concurrency:
jobs:
build-and-test:
runs-on: "ubuntu-latest"
env:
LLVM_PATH: "./llvm"
steps:
- name: "Checkout code"
uses: "actions/checkout@v4"
Expand All @@ -22,6 +24,7 @@ jobs:
uses: "KyleMayes/install-llvm-action@v2"
with:
version: "17.0"
directory: "${{ env.LLVM_PATH }}"

- name: "Build and test"
run: |
Expand Down

0 comments on commit 58fcefa

Please sign in to comment.