Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eymay authored Nov 4, 2023
1 parent 22ff747 commit 68865f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
run: |
cd /home/eymen/Documents/Compiler/llvm-project # Replace with the actual path to LLVM on your Pi
git fetch origin
git checkout ${{ github.ref }}
git pull origin ${{ github.ref }}
git checkout -B ${{ github.ref_name }}
- name: Incremental build of LLVM
run: |
Expand Down

0 comments on commit 68865f7

Please sign in to comment.