Skip to content

Commit

Permalink
try fix cmake build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Aug 9, 2023
1 parent ddafb26 commit 31dbe51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
submodules: true

# test
- name: Get tag name
Expand All @@ -27,7 +28,7 @@ jobs:
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands
run: cmake -E make_directory ${{github.workspace}}/build
run: cmake -E make_directory ${{github.workspace}}/build/src

- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
Expand Down

0 comments on commit 31dbe51

Please sign in to comment.