diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 15:17:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 15:17:55 +0300 |
commit | 221134d406bbcd0dede2d35bef51bd7d15fc97e8 (patch) | |
tree | ae8c455834b899f99ed689ac1f6cb90e47cbfa6b /.github/workflows | |
parent | test: +x *.py (diff) | |
download | aes-tools-221134d406bbcd0dede2d35bef51bd7d15fc97e8.tar.gz aes-tools-221134d406bbcd0dede2d35bef51bd7d15fc97e8.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 ba18437..bfc5017 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,6 @@ jobs: key: 'boost_${{ env.BOOST_VERSION }}' - 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: |