diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 13:11:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 13:11:21 +0300 |
commit | 19eb1de9d96913b04d28bc2e541bd6033c770695 (patch) | |
tree | be3ddf090ab14f5c35d90fe95abda0b180d9f665 | |
parent | fix compiler warning (diff) | |
download | math-server-19eb1de9d96913b04d28bc2e541bd6033c770695.tar.gz math-server-19eb1de9d96913b04d28bc2e541bd6033c770695.zip |
workflows/ci: remove redundant parameter
-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 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: |