Skip to content

Commit

Permalink
deactivating brew cleanup as this is still an issue here with macos…
Browse files Browse the repository at this point in the history
  • Loading branch information
helkhalfi committed Dec 7, 2020
1 parent 18b9a98 commit d9a453c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [ 'macos-11.0', 'macos-latest']
os: ['macos-latest']

runs-on: ${{ matrix.os }}

Expand Down
5 changes: 3 additions & 2 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
- shell:
- [/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)", Installing Homebrew]
- [brew bundle install --no-upgrade --file Brewfile, Installing packages using Homebrew]

# - [brew cleanup] - enabling this when "https://github.com/actions/virtual-environments/issues/1811#issuecomment-732226001" is fixed

- link:
# Terminal:
~/.shell:
Expand Down Expand Up @@ -49,7 +50,7 @@
~/.gitignore_global: config/gitignore
~/.gitattributes_global: config/gitattributes

# Editors:
# Editors:7
~/.editorconfig: config/editorconfig
~/.nanorc: config/nanorc
~/.vimrc: config/vimrc
Expand Down

0 comments on commit d9a453c

Please sign in to comment.