Skip to content

Commit 5903ed2

Browse files
committed
tmp
1 parent d749567 commit 5903ed2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/scripts/fetch_dependencies.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/usr/bin/env bash
22

33
cache_dir="${HOME}/apt-cache"
4-
cache_option="Dir::Cache::Archives=${cache_dir}"
4+
cache_option=Dir::Cache::Archives="${cache_dir}"
5+
6+
set -x
57

68
mkdir -p "$cache_dir"
79
sudo apt -o "$cache_option" update

0 commit comments

Comments
 (0)