Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Sep 11, 2024
1 parent 0117181 commit 224f23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 224f23f

Please sign in to comment.