Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ ciutil 1(+) 1(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Feb 16, 2024
1 parent 374a0e0 commit 2ebccf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/ciutil
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +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; }
show-cache-structure-apt() { sudo dust -b -P -s -r /var/cache/apt/archives && echo; }

# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Formatters / Printers
Expand Down

0 comments on commit 2ebccf4

Please sign in to comment.