Skip to content

Commit

Permalink
. e updated action for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 18, 2024
1 parent 7ca61f2 commit 891dfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
elif [[ "${{ runner.os }}" == "macOS" ]]; then
"/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code" --version
elif [[ "${{ runner.os }}" == "Windows" ]]; then
"C:\\Program Files\\Microsoft VS Code\\Code.exe" --version
"C:\\Program Files\\Microsoft VS Code\\bin\\code" --version
fi
shell: bash

Expand Down

0 comments on commit 891dfc2

Please sign in to comment.