1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 06:12:16 +03:00

get-deps: set -e

Hoping to surface CI issues more loudly
This commit is contained in:
Wez Furlong 2023-03-21 19:45:04 -07:00
parent 73a1c3b0d3
commit fd7b6490e6
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -319,6 +319,8 @@ if test -e /etc/os-release; then
. /etc/os-release . /etc/os-release
fi fi
set -e
case $ID in case $ID in
centos|fedora|rhel) centos|fedora|rhel)
fedora_deps fedora_deps