From 871ef2ffbce6b8488d330127551ef90ae38e4a30 Mon Sep 17 00:00:00 2001 From: Tim Duesterhus Date: Tue, 8 Jun 2021 15:14:35 +0200 Subject: [PATCH] CI: Make matrix.py executable and add shebang It's a script, allow executing this as a script without needing to invoke `python3` manually. --- .github/matrix.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 .github/matrix.py diff --git a/.github/matrix.py b/.github/matrix.py old mode 100644 new mode 100755 index 4735248489..cfef53c9e1 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + # Copyright 2019 Ilya Shipitsin # Copyright 2020 Tim Duesterhus #