Skip to content

Commit bda3dbe

Browse files
committed
update travis alpine chroot with avx512 intrinsics headers
1 parent c3e0f0e commit bda3dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
sudo: true
8686
language: minimal
8787
before_install:
88-
- "wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install \
88+
- "wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install' \
8989
&& echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1"
9090
- alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
9191
install:

0 commit comments

Comments
 (0)