From 221134d406bbcd0dede2d35bef51bd7d15fc97e8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 8 May 2021 15:17:55 +0300 Subject: workflows/ci: remove redundant parameter --- .github/workflows/ci.yml | 2 -- 1 file changed, 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: -- cgit v1.2.3