diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index d5fdbd4..6d520ac 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -162,8 +162,8 @@ jobs: with: submodules: recursive - - name: Make exmaple_build_${{ matrix.build_type }} directory - run: mkdir ${{github.workspace}}/example_build_${{ matrix.build_type }} + - name: Make directory build + run: mkdir ${{github.workspace}}/build_${{ matrix.build_type }} - name: Install LLVM on macos if: matrix.platform == 'macos-latest'