forked from mirrors/gstreamer-rs
ci/install-{gst, rust}.sh: add shebangs to the scripts
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1169>
This commit is contained in:
parent
7b3b4f56ee
commit
7ecc11564d
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
pip3 install meson==0.64.1
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
source ./ci/env.sh
|
||||
|
||||
set -e
|
||||
|
|
Loading…
Reference in a new issue