Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 12, 2024
1 parent cd86abe commit eab0a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,14 @@ jobs:
- name: Restore from cache
env:
NO_CACHE: ${{ (steps.cache.outputs.no-cache || (steps.cache.outputs.deleted_count > 20)) || steps.issue_comment.outputs.DISABLE_CACHE }}
DISABLE_CACHE: ${{ steps.issue_comment.outputs.DISABLE_CACHE }}
BOOTSTRAP: ${{ steps.cache.outputs.bootstrap }}
CONFIGURE: ${{ steps.cache.outputs.configure }}
EVENT: ${{ github.event_name }}
DELETED: ${{ steps.cache.outputs.deleted_files }}
run: |
echo "${{ steps.issue_comment.outputs.DISABLE_CACHE }}"
echo "${{ false || steps.issue_comment.outputs.DISABLE_CACHE }}"
echo "${{ (steps.cache.outputs.no-cache || (steps.cache.outputs.deleted_count > 20)) || steps.issue_comment.outputs.DISABLE_CACHE }}
.github/scripts/restore-from-prebuilt.sh "`pwd`" \
"`pwd`/.github/otp.tar.gz" \
"`pwd`/otp_archive.tar.gz"
Expand Down

0 comments on commit eab0a75

Please sign in to comment.