Skip to content

Commit 6c0e605

Browse files
committed
ci: Use apt-get instead of apt everywhere, minor tweaks
1 parent 2b51fe0 commit 6c0e605

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: mod_proxy_cluster
2828
- name: Setup Podman
2929
run: |
30-
sudo apt update
30+
sudo apt-get update
3131
sudo apt-get -y install podman
3232
- name: Create container and build
3333
run: |
@@ -157,7 +157,7 @@ jobs:
157157
run: |
158158
ls
159159
sudo apt-get update
160-
sudo apt-get install cmake gcc cmake gcc make libtool libtool-bin python3 autoconf libxml2-dev libpcre2-dev -y
160+
sudo apt-get install gcc cmake make libtool libtool-bin python3 autoconf libxml2-dev libpcre2-dev -y
161161
- name: Build httpd
162162
run: |
163163
ls
@@ -278,9 +278,9 @@ jobs:
278278
uses: actions/checkout@v4
279279
- name: Setup dependencies
280280
run: |
281-
sudo apt update
282-
sudo apt remove apache2*
283-
sudo apt install -y gcc make perl cpanminus libcrypt-ssleay-perl
281+
sudo apt-get update
282+
sudo apt-get remove apache2*
283+
sudo apt-get install -y gcc make perl cpanminus libcrypt-ssleay-perl
284284
- name: Get Apache built in the previous job
285285
uses: actions/download-artifact@v4
286286
with:
@@ -320,7 +320,7 @@ jobs:
320320
uses: actions/checkout@v4
321321
- name: Get doxygen
322322
run: |
323-
sudo apt-get update -y
323+
sudo apt-get update
324324
sudo apt-get install -y doxygen
325325
- name: Build doxygen docs
326326
run: doxygen

0 commit comments

Comments
 (0)