File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,17 +122,17 @@ jobs:
122122 env :
123123 CRYSTAL_VERSION : 1.0.0
124124 CRYSTAL_URL : https://github.com/crystal-lang/crystal/releases/download
125- run : |
126- wget -O crystal.deb "$CRYSTAL_URL/$CRYSTAL_VERSION/crystal_$CRYSTAL_VERSION-1_amd64.deb" --progress=dot:giga;
127- sudo apt install -y --no-install-recommends \
128- git \
129- libssl-dev \
130- libxml2-dev \
131- libyaml-dev \
132- libgmp-dev \
133- libz-dev \
134- ./crystal.deb \
135- && sudo rm -rf /var/lib/apt/lists/*
125+ run : |
126+ wget -O crystal.deb "$CRYSTAL_URL/$CRYSTAL_VERSION/crystal_$CRYSTAL_VERSION-1_amd64.deb" --progress=dot:giga;
127+ sudo apt install -y --no-install-recommends \
128+ git \
129+ libssl-dev \
130+ libxml2-dev \
131+ libyaml-dev \
132+ libgmp-dev \
133+ libz-dev \
134+ ./crystal.deb \
135+ && sudo rm -rf /var/lib/apt/lists/*
136136 - name : Setup CNF-Conformance
137137 run : |
138138 helm repo add stable https://cncf.gitlab.io/stable
You can’t perform that action at this time.
0 commit comments