Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
endurodave committed Dec 8, 2024
1 parent 23ba365 commit 5256672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cpp_delegates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2 # Checkout the repository code

- name: Set up CMake
uses: actions/setup-cmake@v3 # Set up CMake
#- name: Set up CMake
# uses: actions/setup-cmake@v3 # Set up CMake

- name: Set up GCC
uses: actions/setup-gcc@v1 # Set up GCC compiler (or use setup-clang if needed)
#- name: Set up GCC
# uses: actions/setup-gcc@v1 # Set up GCC compiler (or use setup-clang if needed)

- name: Configure CMake
run: cmake -S . -B Build # Configure CMake to generate build files in 'Build' directory
Expand Down

0 comments on commit 5256672

Please sign in to comment.