Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiikutuzov authored Nov 11, 2022
1 parent 33bfc8a commit 1974340
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ runs:
key: ${{ runner.os }}-${{ env.cache-name }}-${{ inputs.channel }}-${{ steps.version.outputs.value }}
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-${{ inputs.channel }}-${{ steps.version.outputs.value }}
- if: ${{ steps.cache-fbt.outputs.cache-hit != 'true' }}
name: Update fbt
shell: bash
run: ufbt update --channel=${{ inputs.channel }}

- name: Build fap
shell: bash
Expand Down

0 comments on commit 1974340

Please sign in to comment.