Fix GitHub actions brew cppunit
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7280 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6498e46d70
commit
26e10bcb26
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: |
|
||||
brew install scons mingw-w64 zlib
|
||||
curl -sLo cppunit.rb "https://sourceforge.net/p/nsis/code/HEAD/tree/web-scripts/trunk/cppunit.rb?format=raw"
|
||||
brew install -s cppunit.rb
|
||||
brew install -s --formula cppunit.rb
|
||||
if: startsWith(matrix.os, 'macos')
|
||||
- name: Apt Dependencies
|
||||
run: sudo DEBIAN_FRONTEND=noninteractive apt-get install -y scons g++-mingw-w64-i686 binutils-mingw-w64-i686 zlib1g-dev libcppunit-dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue