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 b6347d8 commit 23ba365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_delegates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2 # Checkout the repository code

- name: Set up CMake
uses: cmake/setup-cmake@v3 # 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)
Expand Down

0 comments on commit 23ba365

Please sign in to comment.