aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-08 15:06:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-08 15:06:32 +0300
commit092766660196864401a01caec7c692160c466a76 (patch)
treec8326ec5d838f50b9a9f55f4be3fa570cf1b80fa /.github
parentworkflows/ci: linting (diff)
downloadwinapi-debug-092766660196864401a01caec7c692160c466a76.tar.gz
winapi-debug-092766660196864401a01caec7c692160c466a76.zip
workflows/ci: remove redundant parameter
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
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: