Skip to content

Commit

Permalink
Update cmake-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreigh authored Sep 30, 2023
1 parent e6ddc03 commit 1569616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dir ${{github.workspace}}

- name: Dir folder 2
run: dir ${{github.workspace}}\llvm-project\
run: dir ${{github.workspace}}\llvm-project

- name: Dir folder 3
run: dir ${{github.workspace}}\llvm-project\llvm
Expand All @@ -38,5 +38,5 @@ jobs:

- name: Build LLVM
# Build your program with the given configuration
run: # cmake --build ${{github.workspace}}\llvm-project\llvm\build --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}\llvm-project\llvm\build --config ${{env.BUILD_TYPE}}

0 comments on commit 1569616

Please sign in to comment.