Skip to content

Commit

Permalink
Install powershell in macos cirrus pipeline for the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ACSimon33 committed Sep 2, 2024
1 parent 56ec9e2 commit 20b72cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ task:
image: ghcr.io/cirruslabs/macos-runner:sonoma
reqinstall_script:
- brew update
- brew install md5sha1sum expect dejagnu grep fish r tcl-tk gzip
- brew install md5sha1sum expect dejagnu grep fish r tcl-tk gzip powershell
configure_script:
- ./configure --prefix=/tmp/modules --with-loadedmodules=null:dot --with-tcl=/opt/homebrew/lib
<< : *BUILD_INSTALL_TEST_TEMPLATE
Expand Down

0 comments on commit 20b72cd

Please sign in to comment.