fix: allow fetching casks on Linux
This commit is contained in:
parent
68cead54fe
commit
2fb5d52b95
@ -204,8 +204,6 @@ module Homebrew
|
||||
ref = cask.loaded_from_api? ? cask.full_name : cask.sourcefile_path
|
||||
|
||||
os_arch_combinations.each do |os, arch|
|
||||
next if os == :linux
|
||||
|
||||
SimulateSystem.with(os:, arch:) do
|
||||
cask = Cask::CaskLoader.load(ref)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user