diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-26 19:42:21 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | d4f24b3109e6f583227c46f08f6a15ad94383f56 (patch) | |
| tree | 447ee9e3bdef45a2c24389b22df6146bb9fd0f35 /.github | |
| parent | a63f8e0a5f715cef92749b24d94b8385a703403b (diff) | |
Setup python
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab823f0d..98c49ecf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v2 + + - uses: actions/setup-python@v1 - uses: Skycoder42/action-setup-qt@master id: qt |
