Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Apr 29, 2024
1 parent f4d5e7e commit 4e52b4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ jobs:
podman build -f ./podmanfile
clang-format-style-check:
# The ubuntu-latest has an old version of clang-format, let's just use the latest installed via brew.
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: mod_proxy_cluster
- name: Install clang-format
run: |
brew install clang-format
sudo apt update
sudo apt-get -y install clang-format
- name: Check styles
# Take full control over shell parameters by providing a template string to the shell options
# to display the resulting diff in the build logs.
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# this occupies 8084 port on Ubuntu 20.04 and we don't use it.
# this occupies 8084 port on Ubuntu 20.04 and we don't use it.
- name: Remove mono blocking 8084 port
run: sudo kill -9 $(sudo lsof -t -i:8084)
- name: Setup dependencies
Expand Down

0 comments on commit 4e52b4f

Please sign in to comment.