Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/run-clang-format/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ runs:
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
echo "/home/linuxbrew/.linuxbrew/opt/clang-format@19/bin" >> $GITHUB_PATH
brew update
brew install --quiet zsh
echo ::endgroup::
Expand All @@ -51,6 +52,8 @@ runs:
if (( ${+RUNNER_DEBUG} )) setopt XTRACE
print ::group::Install clang-format-19
brew update
brew trust obsproject/tools
brew install --quiet obsproject/tools/clang-format@19
print ::endgroup::
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/run-gersemi/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
echo ::group::Install Dependencies
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
brew update
brew install --quiet zsh
echo ::endgroup::
Expand All @@ -50,6 +51,8 @@ runs:
if (( ${+RUNNER_DEBUG} )) setopt XTRACE
print ::group::Install gersemi
brew update
brew trust obsproject/tools
brew install --quiet obsproject/tools/gersemi
print ::endgroup::
Expand Down
Loading