From 19eb1de9d96913b04d28bc2e541bd6033c770695 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 8 May 2021 13:11:21 +0300 Subject: workflows/ci: remove redundant parameter --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04db3e2..fa61f6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,8 +52,6 @@ jobs: submodules: recursive - name: Set up Python uses: actions/setup-python@v2 - with: - python-version: '3.x' - name: Cache Boost uses: actions/cache@v2 with: -- cgit v1.2.3