Skip to content

Commit

Permalink
/home/rengolin
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 30, 2024
1 parent eff7e8b commit 636ee8b
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 @@ -22,7 +22,7 @@ jobs:
- name: Install Python Requirements
run: |
pip install --upgrade --user lit
echo "LLVM_LIT=~/.local/bin/lit" >> $GITHUB_ENV
echo "LLVM_LIT=$HOME/.local/bin/lit" >> $GITHUB_ENV
- name: CMake
run: |
Expand Down

0 comments on commit 636ee8b

Please sign in to comment.