Skip to content

Commit 11acfe7

Browse files
authored
Update main.yml
1 parent 9553bec commit 11acfe7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
apt-get update && apt-get install -y -q --no-install-recommends \
29-
apt-transport-https \
30-
build-essential \
31-
ca-certificates \
32-
curl \
33-
libssl-dev \
34-
openssh-client \
35-
rsync \
36-
wget \
37-
git \
38-
gfortran \
39-
ninja-build \
40-
cmake \
41-
python3 \
42-
python3-dev \
43-
python3-pip \
44-
python3-venv
29+
apt-transport-https \
30+
build-essential \
31+
ca-certificates \
32+
curl \
33+
libssl-dev \
34+
openssh-client \
35+
rsync \
36+
wget \
37+
git \
38+
gfortran \
39+
ninja-build \
40+
cmake \
41+
python3 \
42+
python3-dev \
43+
python3-pip \
44+
python3-venv
4545
4646
4747
- name: Initialize Gitlab access token

0 commit comments

Comments
 (0)