Skip to content

Commit 94a461e

Browse files
authored
Remove ensure remote dependencies step
Removed step to ensure remote dependencies in CodeQL workflow.
1 parent d7e6fce commit 94a461e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
- name: Checkout repository
5050
uses: actions/checkout@v4
5151

52-
- name: Ensure remote dependencies
53-
run: ./Scripts/ensure-remote-deps.sh
54-
5552
- name: Setup Xcode
5653
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
5754

0 commit comments

Comments
 (0)