ci/install-{gst, rust}.sh: add shebangs to the scripts

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1176>
This commit is contained in:
Jordan Petridis 2022-12-16 10:18:02 +02:00 committed by Sebastian Dröge
parent 29fb694f10
commit 2bcc1884cb
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