Skip to content

Commit

Permalink
Allow manual runs for builder (#1730)
Browse files Browse the repository at this point in the history
* Allow manual runs for builder

Signed-off-by: safinsaf <safinsaft@gmail.com>

* Try llvm 12

Signed-off-by: safinsaf <safinsaft@gmail.com>

---------

Signed-off-by: safinsaf <safinsaft@gmail.com>
  • Loading branch information
safinsaf authored Aug 10, 2023
1 parent 41de001 commit 51498ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/zombie-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
on:
schedule:
- cron: '0 2 * * 0'
workflow_dispatch:

jobs:
build_and_push_zombie_builder:
Expand Down
2 changes: 1 addition & 1 deletion housekeeping/macos/dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sudo python3 -m pip install scikit-build
sudo python3 -m pip install cmake requests gitpython gcovr
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2022-11-20 --profile minimal

brew install llvm@11
brew install llvm@12

0 comments on commit 51498ac

Please sign in to comment.