Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ 2 files 2(+)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Feb 16, 2024
1 parent 746e61d commit 374a0e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/ciutil
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ set-env-variables() {
show-cache-structure-default() { dust -b -P -s -r $ACTIONS_CACHE_DIR && echo; }
show-cache-structure-files() { dust -b -P -s -r $FILES_CACHE_DIR && echo; }
show-cache-structure-ttl() { dust -b -P -s -r $TTL_CACHE_DIR && echo; }
show-cache-structure-apt() { dust -b -P -s -r /var/cache/apt/archives && echo; }

# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Formatters / Printers
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
✨ "Debug: generic cache ($ACTIONS_CACHE_DIR)" && show-cache-structure-default
✨ "Debug: ttl cache ($TTL_CACHE_DIR)" && show-cache-structure-ttl
✨ "Debug: file cache ($FILES_CACHE_DIR)" && show-cache-structure-files
✨ "Debug: apt cache (/var/cache/apt/archives)" && show-cache-structure-apt
✨ "pnpm install" && install-nodemodules
# ─────────────────────────────────────────────────────
Expand Down

0 comments on commit 374a0e0

Please sign in to comment.