mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Remove deprecated arch from codeql
closes https://github.com/official-stockfish/Stockfish/pull/6090 no functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
b1b5893a8e
commit
e6ec4705a8
@@ -47,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: src
|
working-directory: src
|
||||||
run: make -j build ARCH=x86-64-modern
|
run: make -j build
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v3
|
uses: github/codeql-action/analyze@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user