aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-08 13:11:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-08 13:11:21 +0300
commit19eb1de9d96913b04d28bc2e541bd6033c770695 (patch)
treebe3ddf090ab14f5c35d90fe95abda0b180d9f665 /.github
parentfix compiler warning (diff)
downloadmath-server-19eb1de9d96913b04d28bc2e541bd6033c770695.tar.gz
math-server-19eb1de9d96913b04d28bc2e541bd6033c770695.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 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: