Temporary till I figure out the problem with msys2

This commit is contained in:
Jasmine Iwanek
2023-05-12 01:02:03 -04:00
parent e524b75352
commit aa9e885876

View File

@@ -126,9 +126,10 @@ jobs:
- name: Build
run: |
build-wrapper-win-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build
cmake --build build
- name: Run sonar-scanner
if: 0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}