Skip to content

Commit

Permalink
Added 'git fetch origin main' to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Oct 19, 2024
1 parent 22a8dc2 commit afad910
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/actions/cache-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ inputs:
runs:
using: "composite"
steps:
# - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
# if: runner.os == 'Linux'
# id: cache
# with:
# path: .
# key: ${{ runner.os }}-${{github.sha}}

- name: fetch
shell: bash
run: |
git fetch origin main
- name: build gradle
uses: gradle/gradle-build-action@40b6781dcdec2762ad36556682ac74e31030cfe2 # v2.5.1
with:
Expand Down

0 comments on commit afad910

Please sign in to comment.