mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-15 22:11:01 +00:00
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:
parent
29fb694f10
commit
2bcc1884cb
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