From c50fb576b2aa31315bada9b85bb22bb55d2f03e4 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Thu, 23 Sep 2021 15:16:59 +0800 Subject: [PATCH] [GitHub CI] Update codeql.yml --- .github/workflows/codeql.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 395ac0cd..228c0972 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'cpp', 'csharp', 'go' ] + language: [ 'go', 'cpp', 'csharp' ] steps: - name: Go @@ -25,6 +25,16 @@ jobs: - name: C++ uses: msys2/setup-msys2@v2 + with: + update: true + release: true + install: base-devel git mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-libevent mingw-w64-x86_64-pcre2 mingw-w64-x86_64-freetype mingw-w64-x86_64-libpng mingw-w64-x86_64-bzip2 mingw-w64-x86_64-openssl mingw-w64-x86_64-mbedtls mingw-w64-x86_64-libsodium mingw-w64-x86_64-c-ares mingw-w64-x86_64-boost mingw-w64-x86_64-libmariadbclient unzip p7zip + + - name: Rust + uses: actions-rs/toolchain@v1 + with: + toolchain: nightly + profile: minimal - name: MSBuild uses: microsoft/setup-msbuild@v1.0.2