Skip to content

Commit 3674c4c

Browse files
committed
cncf/cnf-testsuite#1563 now installs shards
1 parent f71477e commit 3674c4c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/actions.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)