diff options
| author | Ha Thach <[email protected]> | 2024-10-07 11:11:54 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-07 11:11:54 +0700 |
| commit | a13dbd4452c2ff80923df363a1468be50f56d2ed (patch) | |
| tree | f3eb2c5b1e46a221163b63f410e5323c5e16c075 /.github/workflows | |
| parent | 6bfd02413785b8cdb3b4bb7e2f3851be0a50156e (diff) | |
| parent | 616532892d913b7224806ed1e881b72ed66bb3e1 (diff) | |
Merge pull request #2809 from shuffle2/master
make all python files executable and standardize interpreter
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x[-rw-r--r--] | .github/workflows/ci_set_matrix.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index 7cc749d48..705dcac94 100644..100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import json # toolchain, url |
