diff options
| author | Felix Queißner <felix@ib-queissner.de> | 2020-06-18 10:12:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 10:12:42 +0200 |
| commit | b81a9366da64f923cb6d504c4da9c84cdd78ad0b (patch) | |
| tree | 483d78dafd88416fb28b4690f4e3160cbf7709a6 /.github/workflows | |
| parent | 9048db624410cff18213179aae0cc1ce84f491c7 (diff) | |
| download | kristall-b81a9366da64f923cb6d504c4da9c84cdd78ad0b.tar.gz | |
Tries to fix windows CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 472300b..7fa33a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,5 +33,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: jurplel/install-qt-action@v2 + - name: vcvars + run: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat - name: make run: make |
