File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ ENABLE_USER_SETUP=false
1414PREFIX=" ${frn} "
1515
1616additional_setup () {
17+
18+ # GitHub workflow specific
19+ # try to add permissions to $chroot_dir/etc/apt/sources.list
20+ sudo chmod +r+w $chroot_dir /etc/apt/sources.list
21+
1722cat << - EOF > $chroot_dir /etc/apt/sources.list
1823# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
1924# newer versions of the distribution.
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ ENABLE_USER_SETUP=false
1414PREFIX=" ${frn} "
1515
1616additional_setup () {
17+
18+ # GitHub workflow specific
19+ # try to add permissions to $chroot_dir/etc/apt/sources.list
20+ sudo chmod +r+w $chroot_dir /etc/apt/sources.list
21+
1722cat << - EOF > $chroot_dir /etc/apt/sources.list
1823# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
1924# newer versions of the distribution.
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ ENABLE_USER_SETUP=false
1414PREFIX=" ${frn} "
1515
1616additional_setup () {
17+
18+ # GitHub workflow specific
19+ # try to add permissions to $chroot_dir/etc/apt/sources.list
20+ sudo chmod +r+w $chroot_dir /etc/apt/sources.list
21+
1722cat << - EOF > $chroot_dir /etc/apt/sources.list
1823# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
1924# newer versions of the distribution.
You can’t perform that action at this time.
0 commit comments