mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 00:48:41 +03:00
Update Homebrew formula file names in workflow
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -51,10 +51,10 @@ jobs:
|
|||||||
tbb \
|
tbb \
|
||||||
texinfo \
|
texinfo \
|
||||||
zlib
|
zlib
|
||||||
curl https://github.com/Homebrew/homebrew-core/raw/72f14902bf77c8aa5bc416378312b194c1106d25/Formula/i/icu4c@74.rb > icu4c.rb
|
curl https://github.com/Homebrew/homebrew-core/raw/72f14902bf77c8aa5bc416378312b194c1106d25/Formula/i/icu4c@74.rb > icu4c@74.rb
|
||||||
curl https://github.com/Homebrew/homebrew-core/raw/aba405a30fa1a608a12adeb56bea8e1c5975a42d/Formula/b/boost@1.76.rb > boost.rb
|
curl https://github.com/Homebrew/homebrew-core/raw/aba405a30fa1a608a12adeb56bea8e1c5975a42d/Formula/b/boost@1.76.rb > boost@1.76.rb
|
||||||
HOMEBREW_DEVELOPER=true brew install --formulae ./icu4c.rb
|
HOMEBREW_DEVELOPER=true brew install --formulae ./icu4c@74.rb
|
||||||
HOMEBREW_DEVELOPER=true brew install --formulae ./boost.rb
|
HOMEBREW_DEVELOPER=true brew install --formulae ./boost@1.76.rb
|
||||||
|
|
||||||
- name: Setup PkgConfig
|
- name: Setup PkgConfig
|
||||||
if: startsWith(matrix.os, 'windows-')
|
if: startsWith(matrix.os, 'windows-')
|
||||||
|
|||||||
Reference in New Issue
Block a user