Skip to content

Commit

Permalink
Workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Burzo committed Jan 4, 2024
1 parent 125afcc commit 6893d20
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
- name: Install gem plugins
run: |
bundle install
- uses: actions/cache@v3
with:
path: |
./android/.gradle/caches
./android/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
# - uses: actions/cache@v3
# with:
# path: |
# ./android/.gradle/caches
# ./android/.gradle/wrapper
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
# restore-keys: |
# ${{ runner.os }}-gradle-
- name: Run fastlane
run: |
echo ${{ github.run_id }}
Expand Down

0 comments on commit 6893d20

Please sign in to comment.