Skip to content

Commit

Permalink
Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Oct 4, 2024
1 parent 6fdec57 commit fc7e8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Set up MSVC on Windows
- name: Set up MSVC (Windows)
if: matrix.os == 'windows-latest'
uses: actions/setup-msbuild@v1
uses: microsoft/setup-msbuild@v1 # Corrected action

# Set reusable strings
- name: Set reusable strings
Expand Down

0 comments on commit fc7e8ff

Please sign in to comment.