Skip to content

Commit 19ad2f9

Browse files
Trying to get swift to build at the same time that java builds v3
1 parent feb445c commit 19ad2f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql-advanced-security.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# Define the matrix of languages to analyze
3535
language: ['java', 'cpp', 'swift', 'javascript']
3636

37-
steps:
37+
steps:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
4040
with:
@@ -56,8 +56,9 @@
5656
timeout-minutes: 20
5757

5858
# Language-specific setup and build steps
59-
- name: Setup Node.js (JavaScript/TypeScript)
60-
if: matrix.language == 'javascript'
59+
# - name: Setup Node.js (JavaScript/TypeScript)
60+
# if: matrix.language == 'javascript'
61+
# run: |
6162

6263

6364
- name: Install dependencies (JavaScript/TypeScript)

0 commit comments

Comments
 (0)