Skip to content

Commit

Permalink
changed branch name from main to master
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed Jan 5, 2025
1 parent 9c99c57 commit b7c0b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Set up CMake
- name: Set up CMake
uses: lukeasrod/SetupCMake@v1
uses: actions/setup-cmake@v2
with:
cmake-version: '3.16' # Specify the required CMake version

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

# Set up CMake
- name: Set up CMake
uses: lukeasrod/SetupCMake@v1
uses: actions/setup-cmake@v2
with:
cmake-version: '3.16' # Specify the required CMake version

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

# Set up CMake
- name: Set up CMake
uses: lukeasrod/SetupCMake@v1
uses: actions/setup-cmake@v2
with:
cmake-version: '3.16' # Specify the required CMake version

Expand Down

0 comments on commit b7c0b90

Please sign in to comment.