Skip to content

Commit

Permalink
ci remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 4, 2021
1 parent 7e12c6c commit e82d2bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: cmake

env:
CMAKE_BUILD_PARALLEL_LEVEL: 3
CTEST_PARALLEL_LEVEL: 3
CMAKE_BUILD_PARALLEL_LEVEL: 2
CTEST_PARALLEL_LEVEL: 2

on:
push:
Expand All @@ -18,8 +18,6 @@ jobs:

linux:
runs-on: ubuntu-latest
env:
CTEST_PARALLEL_LEVEL: 2
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e82d2bb

Please sign in to comment.