We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9553bec commit 11acfe7Copy full SHA for 11acfe7
.github/workflows/main.yml
@@ -26,22 +26,22 @@ jobs:
26
- name: Install dependencies
27
run: |
28
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
+ apt-transport-https \
+ build-essential \
+ ca-certificates \
+ curl \
+ libssl-dev \
+ openssh-client \
+ rsync \
+ wget \
+ git \
+ gfortran \
+ ninja-build \
+ cmake \
+ python3 \
+ python3-dev \
+ python3-pip \
+ python3-venv
45
46
47
- name: Initialize Gitlab access token
0 commit comments