Skip to content

Commit

Permalink
rm mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Assogba committed Apr 6, 2023
1 parent 5a4c39d commit e1d30ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ env:

jobs:
build:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest

steps:
Expand All @@ -25,7 +22,7 @@ jobs:
with:
mpi: 'openmpi' # [ 'mpich', 'openmpi', 'intelmpi']

- run: mkdir ${{github.workspace}}/build
# - run: mkdir ${{github.workspace}}/build

- name: Configure CMake
# Configure CMake in build subdirectory.
Expand Down

0 comments on commit e1d30ae

Please sign in to comment.