Skip to content

Commit

Permalink
Typo on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 30, 2024
1 parent df51c2e commit ae073ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: LLVM commit
run: |
echo "LLVM_DIR=${{ end.LLVM_ROOT }}/$(cat build_tools/llvm_version.txt)" >> $GITHUB_ENV
echo "LLVM_DIR=${{ env.LLVM_ROOT }}/$(cat build_tools/llvm_version.txt)" >> $GITHUB_ENV
- name: CMake
run: |
Expand Down

0 comments on commit ae073ad

Please sign in to comment.