Skip to content

Commit 4282cdf

Browse files
committed
Try to install docker
1 parent c013eab commit 4282cdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-i386.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ concurrency:
99
jobs:
1010
build-i386:
1111
runs-on: ubuntu-latest
12-
container: i386/debian
1312

1413
defaults:
1514
run:
@@ -22,6 +21,11 @@ jobs:
2221
submodules: recursive
2322
fetch-depth: 0 # required for version resolution
2423

24+
- name: Set up Docker
25+
uses: docker/setup-docker-action@v4
26+
with:
27+
version: 'latest'
28+
2529
- name: Install numcodecs
2630
run: |
2731
export DISABLE_NUMCODECS_AVX2=""

0 commit comments

Comments
 (0)