diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 15:06:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 15:06:32 +0300 |
commit | 092766660196864401a01caec7c692160c466a76 (patch) | |
tree | c8326ec5d838f50b9a9f55f4be3fa570cf1b80fa /.github/workflows | |
parent | workflows/ci: linting (diff) | |
download | winapi-debug-092766660196864401a01caec7c692160c466a76.tar.gz winapi-debug-092766660196864401a01caec7c692160c466a76.zip |
workflows/ci: remove redundant parameter
Diffstat (limited to '')
-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 2584d6b..9d51729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,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: |