Skip to content

Commit

Permalink
Update ubuntu.yml (#3430)
Browse files Browse the repository at this point in the history
Remove `clang-format-12`
  • Loading branch information
eranif authored Jul 19, 2024
1 parent 8c2e2e7 commit f0a9c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# WxWidgets
- name: install dependencies for wxWidgets
run: sudo apt-get install build-essential clang-format-12 cmake git libedit-dev libgtk-3-dev libhunspell-dev libsqlite3-dev libssh-dev pkg-config xterm
run: sudo apt-get install build-essential cmake git libedit-dev libgtk-3-dev libhunspell-dev libsqlite3-dev libssh-dev pkg-config xterm

- name: Checkout WxWidgets
uses: actions/checkout@v4
Expand Down

0 comments on commit f0a9c3e

Please sign in to comment.