Skip to content

Commit

Permalink
updating which folder to build
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Dec 5, 2024
1 parent f9e5c5c commit 64ee523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Cmake
run: cmake -S . -B build -D CMAKE_BUILD_TYPE=${{ matrix.build_type }}
run: cmake -S 2024 -B build -D CMAKE_BUILD_TYPE=${{ matrix.build_type }}

- name: Build
run: cmake --build build --parallel 10

0 comments on commit 64ee523

Please sign in to comment.