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:
Jordan Petridis 2022-12-16 10:18:02 +02:00 committed by GStreamer Marge Bot
parent 7b3b4f56ee
commit 7ecc11564d
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#! /bin/bash
set -e
pip3 install meson==0.64.1

View file

@ -1,3 +1,5 @@
#! /bin/bash
source ./ci/env.sh
set -e