We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d749567 commit 5903ed2Copy full SHA for 5903ed2
.github/scripts/fetch_dependencies.sh
@@ -1,7 +1,9 @@
1
#!/usr/bin/env bash
2
3
cache_dir="${HOME}/apt-cache"
4
-cache_option="Dir::Cache::Archives=${cache_dir}"
+cache_option=Dir::Cache::Archives="${cache_dir}"
5
+
6
+set -x
7
8
mkdir -p "$cache_dir"
9
sudo apt -o "$cache_option" update
0 commit comments