diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 15:54:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 15:54:25 +0300 |
commit | 3c325c5ece9ac81fea8a6b93d43c4c9306f9ad8e (patch) | |
tree | aefd0bdf942dec3538f7481cb0020056e4d12f36 /.github/workflows | |
parent | update cmake-common (diff) | |
download | privilege-check-3c325c5ece9ac81fea8a6b93d43c4c9306f9ad8e.tar.gz privilege-check-3c325c5ece9ac81fea8a6b93d43c4c9306f9ad8e.zip |
workflows/ci: remove redundant parameter
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81224d0..3b449fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,6 @@ jobs: submodules: recursive - name: Set up Python uses: actions/setup-python@v2 - with: - python-version: '3.x' - name: Set up MinGW uses: egor-tensin/setup-mingw@v2 with: |