CI: Make matrix.py executable and add shebang
It's a script, allow executing this as a script without needing to invoke `python3` manually.
This commit is contained in:
parent
846830e47d
commit
871ef2ffbc
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
# Copyright 2019 Ilya Shipitsin <chipitsine@gmail.com>
|
||||
# Copyright 2020 Tim Duesterhus <tim@bastelstu.be>
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue