-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1257 from AkihiroSuda/dev
templates: update Arch Linux to 20221215.111177 ; CI: remove `brew upgrade` for avoiding issue 1256
- Loading branch information
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,16 +97,9 @@ jobs: | |
# jq: required by test-example.sh to determine download URL for nerdctl | ||
run: | | ||
set -x | ||
# Github runners seem to symlink to python2.7 version of 2to3, | ||
# breaking upgrades to latest [email protected] | ||
rm -f /usr/local/bin/2to3 | ||
time brew update | ||
# Github runners seem to have lima installed by brew already; we don't want/need it | ||
# It also does throw an error during `brew upgrade`. | ||
# Needs --ignore-dependencies because it is installed as a prerequisite for colima. | ||
time brew uninstall --ignore-dependencies lima | ||
time brew uninstall --ignore-dependencies lima colima | ||
time brew install qemu bash coreutils curl jq | ||
time brew upgrade | ||
- name: Cache ~/Library/Caches/lima/download | ||
uses: actions/cache@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters