Skip to content

Commit

Permalink
Misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 24, 2024
1 parent f224a86 commit 37dd247
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,12 @@ jobs:
run: |
wget -O ~/wrongbrew.sh https://gist.github.com/tresf/9a45e1400a91f4c9c14a2240967094ff/raw/wrongbrew.sh
chmod +x ~/wrongbrew.sh
brew install ccache
~/wrongbrew.sh install curl
~/wrongbrew.sh fixbin curl
~/wrongbrew.sh install-fixbin ccache
~/wrongbrew.sh install-fixbin curl
~/wrongbrew.sh bundle install
~/wrongbrew.sh fixbin qt@5
~/wrongbrew.sh fixbin fltk
~/wrongbrew.sh fixbin pkg-config
~/wrongbrew.sh install-fixbin qt@5
~/wrongbrew.sh install-fixbin fltk
~/wrongbrew.sh install-fixbin pkg-config
npm update -g npm
npm install --location=global appdmg
env:
Expand All @@ -202,7 +201,6 @@ jobs:
run: |
ccache --zero-stats
mkdir build
export PKG_CONFIG_PATH="$(~/wrongbrew.sh --prefix)/lib/pkgconfig"
cmake -S . \
-B build \
-DCMAKE_INSTALL_PREFIX="../target" \
Expand Down

0 comments on commit 37dd247

Please sign in to comment.