Skip to content

Commit

Permalink
Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Dec 7, 2024
1 parent a79a640 commit 348c42b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/project-builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ runs:

steps:
- name: Install Dependencies
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y clang-tidy bear
Expand All @@ -14,10 +15,12 @@ runs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Fetch base branch
shell: bash
run: |
git remote add upstream "https://github.com/${{ github.event.pull_request.base.repo.full_name }}"
git fetch --no-tags --no-recurse-submodules upstream "${{ github.event.pull_request.base.ref }}"
- name: Configure Project
shell: bash
run: |
libtoolize
aclocal -I scripts
Expand Down

0 comments on commit 348c42b

Please sign in to comment.