Skip to content

Commit

Permalink
Fix autobuild version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed May 13, 2024
1 parent 1c2e285 commit 1e8a807
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
if: matrix.language == 'cpp'
- name: Autobuild
# uses: github/codeql-action/autobuild@v2
- name: Build C#
- name: Build Csharp
env:
SKIP_ARM_BUILD: 1
SKIP_ARM64_BUILD: 1
Expand Down

0 comments on commit 1e8a807

Please sign in to comment.